Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.green-pigment {
color: #00a851;
}
.water-raceway {
color: #0081c7;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--green-pigment:#00a851;
--water-raceway:#0081c7;
--heliotrope-magenta:#a400b3;
}