Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.pale-gold {
color: #ffdf6b;
}
.natural-wool {
color: #fff5d6;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--pale-gold:#ffdf6b;
--natural-wool:#fff5d6;
}