Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a94e;
}
.burtuqali-orange {
color: #ff6a00;
}
.ucla-gold {
color: #ffb300;
}
.rapeseed-blossom {
color: #ffed47;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a94e;
--burtuqali-orange:#ff6a00;
--ucla-gold:#ffb300;
--rapeseed-blossom:#ffed47;
--reddish-pink:#ff2e54;
}