Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a1e6;
}
.athena-blue {
color: #6bdaff;
}
.yellow-tulip {
color: #f8d36d;
}
.shocking-orange {
color: #ff6d1f;
}
.reliquial-rose {
color: #ff2982;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a1e6;
--athena-blue:#6bdaff;
--yellow-tulip:#f8d36d;
--shocking-orange:#ff6d1f;
--reliquial-rose:#ff2982;
}