Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #fe4b3e;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.splendor-gold {
color: #ffb24d;
}
.lemon-drops {
color: #ffe49e;
}
.corn {
color: #ffec5c;
}
/* CSS Variables */
:root {
--dusk-orange:#fe4b3e;
--synthetic-pumpkin:#ff7b3d;
--splendor-gold:#ffb24d;
--lemon-drops:#ffe49e;
--corn:#ffec5c;
}