Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-jelly {
color: #ff8800;
}
.sunflower-mango {
color: #ffb700;
}
.forsythia {
color: #ffc800;
}
.usc-gold {
color: #ffcc00;
}
.hollandaise {
color: #ffec42;
}
/* CSS Variables */
:root {
--mandarin-jelly:#ff8800;
--sunflower-mango:#ffb700;
--forsythia:#ffc800;
--usc-gold:#ffcc00;
--hollandaise:#ffec42;
}