Color names in this palette
CSS code for this palette
/* CSS */
.snuff {
color: #e5d6e6;
}
.whisper-of-plum {
color: #d3b2dc;
}
.soft-purple {
color: #a86bb8;
}
.middle-purple {
color: #d97db9;
}
.soft-cashmere {
color: #f3b4d6;
}
/* CSS Variables */
:root {
--snuff:#e5d6e6;
--whisper-of-plum:#d3b2dc;
--soft-purple:#a86bb8;
--middle-purple:#d97db9;
--soft-cashmere:#f3b4d6;
}