Color names in this palette
CSS code for this palette
/* CSS */
.aragonite-white {
color: #f4eff5;
}
.pale-grey-magenta {
color: #e7d8e9;
}
.plum-point {
color: #d5b9da;
}
.crocus-petal {
color: #b79bc5;
}
.heath-spotted-orchid {
color: #a55fa0;
}
/* CSS Variables */
:root {
--aragonite-white:#f4eff5;
--pale-grey-magenta:#e7d8e9;
--plum-point:#d5b9da;
--crocus-petal:#b79bc5;
--heath-spotted-orchid:#a55fa0;
}