Color names in this palette
CSS code for this palette
/* CSS */
.flash-of-orange {
color: #ffaa00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.native-hue-of-resolution {
color: #d63600;
}
.rust-red {
color: #a32c00;
}
/* CSS Variables */
:root {
--flash-of-orange:#ffaa00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--native-hue-of-resolution:#d63600;
--rust-red:#a32c00;
}