Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.shocking-orange {
color: #ff6d1f;
}
.cape-jasmine {
color: #ffb85c;
}
.coquelicot {
color: #ff3c00;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--shocking-orange:#ff6d1f;
--cape-jasmine:#ffb85c;
--coquelicot:#ff3c00;
--lolly:#ff9c8f;
}