Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.blue-angels-yellow {
color: #fab700;
}
.aerospace-orange {
color: #ff5100;
}
.katy-berry {
color: #a8007e;
}
.greenivorous {
color: #c6e538;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--blue-angels-yellow:#fab700;
--aerospace-orange:#ff5100;
--katy-berry:#a8007e;
--greenivorous:#c6e538;
}