Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.valley-of-fire {
color: #ff8b47;
}
.splendor-gold {
color: #ffb24d;
}
.qing-yellow {
color: #ffcc66;
}
.eggnog {
color: #ffed9e;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--valley-of-fire:#ff8b47;
--splendor-gold:#ffb24d;
--qing-yellow:#ffcc66;
--eggnog:#ffed9e;
}