Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.eternal-summer {
color: #f5e400;
}
.shocking-orange {
color: #ff6d1f;
}
.reliquial-rose {
color: #ff2982;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--eternal-summer:#f5e400;
--shocking-orange:#ff6d1f;
--reliquial-rose:#ff2982;
--heliotrope-magenta:#a400b3;
}