Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.sun-crete {
color: #ff8c00;
}
.vivid-orange {
color: #ff5e00;
}
.pleasant-pomegranate {
color: #c72b00;
}
.bloodline {
color: #8a1c00;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--sun-crete:#ff8c00;
--vivid-orange:#ff5e00;
--pleasant-pomegranate:#c72b00;
--bloodline:#8a1c00;
}