Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.fluorescent-red-orange {
color: #ff7e29;
}
.citrus-splash {
color: #ffc300;
}
.traffic-yellow {
color: #ffdb38;
}
.sun-drenched {
color: #ffe7a3;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--fluorescent-red-orange:#ff7e29;
--citrus-splash:#ffc300;
--traffic-yellow:#ffdb38;
--sun-drenched:#ffe7a3;
}