Color names in this palette
CSS code for this palette
/* CSS */
.bee-cluster {
color: #ffaa33;
}
.qing-yellow {
color: #ffcc66;
}
.butter-cupcake {
color: #ffdd99;
}
.sand-crystal {
color: #ffeddb;
}
.lovely-euphoric-delight {
color: #fff0ff;
}
/* CSS Variables */
:root {
--bee-cluster:#ffaa33;
--qing-yellow:#ffcc66;
--butter-cupcake:#ffdd99;
--sand-crystal:#ffeddb;
--lovely-euphoric-delight:#fff0ff;
}