Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.sunny-side-up {
color: #ffd942;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--sunny-side-up:#ffd942;
--star:#ffe500;
}