Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.shocking-orange {
color: #ff6d1f;
}
.pico-orange {
color: #ffa200;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--shocking-orange:#ff6d1f;
--pico-orange:#ffa200;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
}