Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.au-gratin {
color: #ffa047;
}
.smiley-face {
color: #ffc861;
}
.snug-yellow {
color: #ffdb80;
}
.creamy-lemon {
color: #fff5b3;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--au-gratin:#ffa047;
--smiley-face:#ffc861;
--snug-yellow:#ffdb80;
--creamy-lemon:#fff5b3;
}