Color names in this palette
CSS code for this palette
/* CSS */
.bee-cluster {
color: #ffaa33;
}
.qing-yellow {
color: #ffcc66;
}
.mouse-nose {
color: #ffe4b3;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--bee-cluster:#ffaa33;
--qing-yellow:#ffcc66;
--mouse-nose:#ffe4b3;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
}