Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.lemon-dream {
color: #f0a400;
}
.shocking-orange {
color: #ff6d1f;
}
.coral-red {
color: #ff3d40;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--lemon-dream:#f0a400;
--shocking-orange:#ff6d1f;
--coral-red:#ff3d40;
--wild-violet:#681b98;
}