Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.toucan-gentleman {
color: #fbcb09;
}
.september-sun {
color: #fbd4a2;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--toucan-gentleman:#fbcb09;
--september-sun:#fbd4a2;
--extreme-carrot:#ff6d2e;
}