Color names in this palette
CSS code for this palette
/* CSS */
.flash-of-orange {
color: #ffaa00;
}
.sunglow {
color: #ffcc33;
}
.lemon-tart {
color: #ffde66;
}
.horseradish-yellow {
color: #ffdca8;
}
.whisper-yellow {
color: #ffe6b8;
}
/* CSS Variables */
:root {
--flash-of-orange:#ffaa00;
--sunglow:#ffcc33;
--lemon-tart:#ffde66;
--horseradish-yellow:#ffdca8;
--whisper-yellow:#ffe6b8;
}