Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.bee-cluster {
color: #ffaa33;
}
.sun-crete {
color: #ff8c00;
}
.flush-orange {
color: #ff6e00;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--bee-cluster:#ffaa33;
--sun-crete:#ff8c00;
--flush-orange:#ff6e00;
--phaser-beam:#ff4d00;
}