Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #9a5c9d;
}
.usu-pink {
color: #a77b9d;
}
.shady-pink {
color: #c5a0b1;
}
.nervy-hue {
color: #d4c45e;
}
.purple-sapphire {
color: #7f4992;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#9a5c9d;
--usu-pink:#a77b9d;
--shady-pink:#c5a0b1;
--nervy-hue:#d4c45e;
--purple-sapphire:#7f4992;
}