Color names in this palette
CSS code for this palette
/* CSS */
.buddha-s-love-handles {
color: #ffbb33;
}
.qing-yellow {
color: #ffcc66;
}
.butter-cupcake {
color: #ffdd99;
}
.milk-froth {
color: #ffeecc;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--buddha-s-love-handles:#ffbb33;
--qing-yellow:#ffcc66;
--butter-cupcake:#ffdd99;
--milk-froth:#ffeecc;
--white:#ffffff;
}