Color names in this palette
CSS code for this palette
/* CSS */
.nasturtium-flower {
color: #e64919;
}
.sun-orange {
color: #f47b1f;
}
.ucla-gold {
color: #ffb300;
}
.marigold {
color: #ffc105;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--nasturtium-flower:#e64919;
--sun-orange:#f47b1f;
--ucla-gold:#ffb300;
--marigold:#ffc105;
--hollandaise:#ffec3d;
}