Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.poppy-surprise {
color: #ff5833;
}
.ucla-gold {
color: #ffb300;
}
.white-sulfur {
color: #f0f8e8;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--poppy-surprise:#ff5833;
--ucla-gold:#ffb300;
--white-sulfur:#f0f8e8;
--akabeni:#c72929;
}