Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
.milk-froth {
color: #ffedcc;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
--milk-froth:#ffedcc;
}