Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a55f9f;
}
.mineral-yellow {
color: #d69b3d;
}
.neighborly-peach {
color: #f1c3a2;
}
.storm-blue {
color: #507d9b;
}
.wisp-green {
color: #c3d9b5;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a55f9f;
--mineral-yellow:#d69b3d;
--neighborly-peach:#f1c3a2;
--storm-blue:#507d9b;
--wisp-green:#c3d9b5;
}