Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.vitamin-c {
color: #ff9900;
}
.sky-of-magritte {
color: #00a1ff;
}
.guppie-green {
color: #00ff80;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--vitamin-c:#ff9900;
--sky-of-magritte:#00a1ff;
--guppie-green:#00ff80;
--usc-gold:#ffcc00;
}