Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
.green-trance {
color: #a4d8a2;
}
.greek-sea {
color: #6ba9eb;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
--green-trance:#a4d8a2;
--greek-sea:#6ba9eb;
}