Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.sun-drenched {
color: #ffe5a3;
}
.buttermelon {
color: #fff8db;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--sun-drenched:#ffe5a3;
--buttermelon:#fff8db;
}