Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a1e0;
}
.shocking-orange {
color: #ff6d1f;
}
.flirtatious {
color: #fdd835;
}
.nebula-outpost {
color: #8c24a8;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a1e0;
--shocking-orange:#ff6d1f;
--flirtatious:#fdd835;
--nebula-outpost:#8c24a8;
--sasquatch-socks:#ff4281;
}