Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a05a9a;
}
.colombo-red-mauve {
color: #b77cbb;
}
.spring-wisteria {
color: #cfa1d9;
}
.syrian-violet {
color: #e1c6e6;
}
.minute-mauve {
color: #f4e1f2;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a05a9a;
--colombo-red-mauve:#b77cbb;
--spring-wisteria:#cfa1d9;
--syrian-violet:#e1c6e6;
--minute-mauve:#f4e1f2;
}