Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.aerospace-orange {
color: #ff5100;
}
.sailor-moon {
color: #ffee00;
}
.green-pigment {
color: #00a851;
}
.radiant-orchid {
color: #a9609e;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--aerospace-orange:#ff5100;
--sailor-moon:#ffee00;
--green-pigment:#00a851;
--radiant-orchid:#a9609e;
}