Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.sunshine-mellow {
color: #f1c40e;
}
.heliotrope-magenta {
color: #a400b3;
}
.extraviolet {
color: #6b0f8f;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--sunshine-mellow:#f1c40e;
--heliotrope-magenta:#a400b3;
--extraviolet:#6b0f8f;
}