Color names in this palette
CSS code for this palette
/* CSS */
.bee-cluster {
color: #ffaa33;
}
.golden-handshake {
color: #ffcd42;
}
.lemon-tart {
color: #ffde66;
}
.soviet-gold {
color: #ffd900;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--bee-cluster:#ffaa33;
--golden-handshake:#ffcd42;
--lemon-tart:#ffde66;
--soviet-gold:#ffd900;
--poppy-surprise:#ff5833;
}