Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095eb;
}
.lime-lizard {
color: #a3d55d;
}
.zard-yellow {
color: #f9e834;
}
.shocking-orange {
color: #ff6d1f;
}
.traffic-red {
color: #ff1a1a;
}
/* CSS Variables */
:root {
--pervenche:#0095eb;
--lime-lizard:#a3d55d;
--zard-yellow:#f9e834;
--shocking-orange:#ff6d1f;
--traffic-red:#ff1a1a;
}