Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.yellow-petal {
color: #f3e84f;
}
.shocking-orange {
color: #ff6d1f;
}
.durotar-fire {
color: #f15a27;
}
.vivacious {
color: #a92d5f;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--yellow-petal:#f3e84f;
--shocking-orange:#ff6d1f;
--durotar-fire:#f15a27;
--vivacious:#a92d5f;
}