Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.mandarin-peel {
color: #ff9d00;
}
.ucla-gold {
color: #ffb300;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--mandarin-peel:#ff9d00;
--ucla-gold:#ffb300;
--coquelicot:#ff3c00;
}