Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.pilsener {
color: #f6f34c;
}
.shocking-orange {
color: #ff6d1f;
}
.druchii-violet {
color: #7d2b91;
}
.lick-and-kiss {
color: #f25a7b;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--pilsener:#f6f34c;
--shocking-orange:#ff6d1f;
--druchii-violet:#7d2b91;
--lick-and-kiss:#f25a7b;
}