Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-bird {
color: #f44034;
}
.smashing-pumpkins {
color: #ff5724;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
.greenivorous {
color: #cbdc38;
}
/* CSS Variables */
:root {
--vermilion-bird:#f44034;
--smashing-pumpkins:#ff5724;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
--greenivorous:#cbdc38;
}