Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.vivid-orange {
color: #ff5e00;
}
.sun-crete {
color: #ff8c00;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--vivid-orange:#ff5e00;
--sun-crete:#ff8c00;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
}