Color names in this palette
CSS code for this palette
/* CSS */
.sunny-side-up {
color: #ffdc42;
}
.bee-cluster {
color: #ffaa33;
}
.shocking-orange {
color: #ff6d1f;
}
.phaser-beam {
color: #ff4d00;
}
.ferrari-red {
color: #ff2b00;
}
/* CSS Variables */
:root {
--sunny-side-up:#ffdc42;
--bee-cluster:#ffaa33;
--shocking-orange:#ff6d1f;
--phaser-beam:#ff4d00;
--ferrari-red:#ff2b00;
}