Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.qing-yellow {
color: #ffcc66;
}
.butter-cupcake {
color: #ffdb99;
}
.blanched-almond {
color: #ffebcc;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--buddha-s-love-handles:#ffbb33;
--qing-yellow:#ffcc66;
--butter-cupcake:#ffdb99;
--blanched-almond:#ffebcc;
}