Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.cyber-yellow {
color: #ffd500;
}
.moth-orchid {
color: #d10070;
}
.casting-sea {
color: #3f89c6;
}
.spiritstone-red {
color: #ff3d1f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--cyber-yellow:#ffd500;
--moth-orchid:#d10070;
--casting-sea:#3f89c6;
--spiritstone-red:#ff3d1f;
}