Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f6e1a7;
}
.hawker-s-gold {
color: #f5c06b;
}
.o-brien-orange {
color: #f3a149;
}
.carrot-orange {
color: #e98c1c;
}
.curry-powder {
color: #d16900;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f6e1a7;
--hawker-s-gold:#f5c06b;
--o-brien-orange:#f3a149;
--carrot-orange:#e98c1c;
--curry-powder:#d16900;
}