Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sun-crete {
color: #ff8c00;
}
.vivid-orange {
color: #ff5e00;
}
.kaihau-express {
color: #d14d00;
}
.muddy {
color: #a33900;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sun-crete:#ff8c00;
--vivid-orange:#ff5e00;
--kaihau-express:#d14d00;
--muddy:#a33900;
}