Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a1e6;
}
.shocking-orange {
color: #ff6d1f;
}
.the-fifth-sun {
color: #f6df2c;
}
.sz-ll-si-grape {
color: #7b2eff;
}
.raspberry-shortcake {
color: #ff387e;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a1e6;
--shocking-orange:#ff6d1f;
--the-fifth-sun:#f6df2c;
--sz-ll-si-grape:#7b2eff;
--raspberry-shortcake:#ff387e;
}