Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.safety-yellow {
color: #f0d400;
}
.king-lime {
color: #b2d600;
}
.red-violet {
color: #a3006d;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--safety-yellow:#f0d400;
--king-lime:#b2d600;
--red-violet:#a3006d;
}