Color names in this palette
CSS code for this palette
/* CSS */
.democrat {
color: #00b0f0;
}
.coquelicot {
color: #ff3c00;
}
.middle-yellow {
color: #ffea00;
}
.bubble-bobble-green {
color: #00b300;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--democrat:#00b0f0;
--coquelicot:#ff3c00;
--middle-yellow:#ffea00;
--bubble-bobble-green:#00b300;
--heliotrope-magenta:#a400b3;
}