Color names in this palette
CSS code for this palette
/* CSS */
.lemon-tart {
color: #ffe066;
}
.sunglow {
color: #ffcc33;
}
.flash-of-orange {
color: #ffaa00;
}
.sun-crete {
color: #ff8c00;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--lemon-tart:#ffe066;
--sunglow:#ffcc33;
--flash-of-orange:#ffaa00;
--sun-crete:#ff8c00;
--smashing-pumpkins:#ff5724;
}