Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.sunflower-mango {
color: #ffb700;
}
.shocking-orange {
color: #ff6d1f;
}
.reddish-pink {
color: #ff2e54;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--sunflower-mango:#ffb700;
--shocking-orange:#ff6d1f;
--reddish-pink:#ff2e54;
--true-purple:#6a2c90;
}