Skip to content

Commit

Permalink
add amber to palette
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed Feb 13, 2025
1 parent 2a26c55 commit feca271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/_palettes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $eccgui-color-palette-light: (
"cyan": eccgui-create-color-tints(#ccf9fe #00a0c0),
"teal": eccgui-create-color-tints(#9addd6 #1f7a68),
"lime": eccgui-create-color-tints(#cde0d6 #789f3f),
// amber <- brand
"amber": eccgui-create-color-tints(#fff4d2 #ffa635),
"vermilion": eccgui-create-color-tints(#ffd8cc #96290d),
"grey": eccgui-create-color-tints(#eee #111),
),
Expand Down

0 comments on commit feca271

Please sign in to comment.