Color names in this palette
CSS code for this palette
/* CSS */
.halt-and-catch-fire {
color: #ff6933;
}
.ucla-gold {
color: #ffb300;
}
.crystal-apple {
color: #cfe9a0;
}
.may-day {
color: #4ccdc4;
}
.sea-fantasy {
color: #1a999e;
}
/* CSS Variables */
:root {
--halt-and-catch-fire:#ff6933;
--ucla-gold:#ffb300;
--crystal-apple:#cfe9a0;
--may-day:#4ccdc4;
--sea-fantasy:#1a999e;
}