Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.sachet-pink {
color: #f78db2;
}
.flame-seal {
color: #f1e25b;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--sachet-pink:#f78db2;
--flame-seal:#f1e25b;
--moonshadow:#8d43ad;
}