Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.carmine {
color: #d60032;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--carmine:#d60032;
--wild-violet:#681b98;
}