Color names in this palette
CSS code for this palette
/* CSS */
.halt-and-catch-fire {
color: #ff6933;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec42;
}
.boyzone {
color: #2f99da;
}
.north-star-blue {
color: #1e3799;
}
/* CSS Variables */
:root {
--halt-and-catch-fire:#ff6933;
--ucla-gold:#ffb300;
--hollandaise:#ffec42;
--boyzone:#2f99da;
--north-star-blue:#1e3799;
}