Color names in this palette
CSS code for this palette
/* CSS */
.xmas-candy {
color: #9e0020;
}
.carmine {
color: #d60032;
}
.watermelon {
color: #ff4d5b;
}
.orange-you-happy {
color: #ff7f24;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--xmas-candy:#9e0020;
--carmine:#d60032;
--watermelon:#ff4d5b;
--orange-you-happy:#ff7f24;
--usc-gold:#ffcc00;
}