Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #fe4b3e;
}
.extreme-carrot {
color: #ff6d2e;
}
.hawaiian-passion {
color: #ff9e3d;
}
.chunky-bee {
color: #ffc94d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--dusk-orange:#fe4b3e;
--extreme-carrot:#ff6d2e;
--hawaiian-passion:#ff9e3d;
--chunky-bee:#ffc94d;
--soviet-gold:#ffd900;
}