Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.green-pigment {
color: #00a851;
}
.highlighter-yellow {
color: #f3e13f;
}
.lightning-yellow {
color: #f29f2c;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--green-pigment:#00a851;
--highlighter-yellow:#f3e13f;
--lightning-yellow:#f29f2c;
--mandarin-red:#e74d3c;
}