Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.mandarin-peel {
color: #ff9d00;
}
.usc-gold {
color: #ffcc00;
}
.nasty-green {
color: #6cb93c;
}
.skipper-blue {
color: #4e4e79;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--mandarin-peel:#ff9d00;
--usc-gold:#ffcc00;
--nasty-green:#6cb93c;
--skipper-blue:#4e4e79;
}