Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.ucla-gold {
color: #ffb300;
}
.mandarin-peel {
color: #ff9d00;
}
.sun-crete {
color: #ff8c00;
}
.heat-wave {
color: #ff7b00;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--ucla-gold:#ffb300;
--mandarin-peel:#ff9d00;
--sun-crete:#ff8c00;
--heat-wave:#ff7b00;
}