Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d6aee0;
}
.rich-lavender {
color: #a86bd1;
}
.passion-flower {
color: #6b509b;
}
.meteorite {
color: #4c3d6c;
}
.cardinal-mauve {
color: #2d2a50;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d6aee0;
--rich-lavender:#a86bd1;
--passion-flower:#6b509b;
--meteorite:#4c3d6c;
--cardinal-mauve:#2d2a50;
}