Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.shocking-orange {
color: #ff6d1f;
}
.spiritstone-red {
color: #ff3d1f;
}
.peevish-red {
color: #ff2965;
}
.vivid-burgundy {
color: #9d1b33;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--shocking-orange:#ff6d1f;
--spiritstone-red:#ff3d1f;
--peevish-red:#ff2965;
--vivid-burgundy:#9d1b33;
}