Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.sunglow {
color: #ffcc33;
}
.lemon-tart {
color: #ffde66;
}
.sparkler {
color: #ffee99;
}
.bird-s-child {
color: #fff2cc;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--sunglow:#ffcc33;
--lemon-tart:#ffde66;
--sparkler:#ffee99;
--bird-s-child:#fff2cc;
}