Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f9d358;
}
.floral-leaf {
color: #ffb84d;
}
.beniukon-bronze {
color: #ff7e33;
}
.carrot-lava {
color: #ff5b24;
}
.tail-lights {
color: #d54510;
}
/* CSS Variables */
:root {
--wake-me-up:#f9d358;
--floral-leaf:#ffb84d;
--beniukon-bronze:#ff7e33;
--carrot-lava:#ff5b24;
--tail-lights:#d54510;
}