Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.aerospace-orange {
color: #ff5100;
}
.flatty-yellow {
color: #fae100;
}
.erythrosine {
color: #ff80b2;
}
.lucid-dream {
color: #5b2c90;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--aerospace-orange:#ff5100;
--flatty-yellow:#fae100;
--erythrosine:#ff80b2;
--lucid-dream:#5b2c90;
}