Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.golden-handshake {
color: #ffcd42;
}
.ripe-pineapple {
color: #ffe27a;
}
.candle-flame {
color: #fff6a3;
}
.chickery-chick {
color: #ffea8f;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--golden-handshake:#ffcd42;
--ripe-pineapple:#ffe27a;
--candle-flame:#fff6a3;
--chickery-chick:#ffea8f;
}