Color names in this palette
CSS code for this palette
/* CSS */
.light-purity {
color: #e2d4ed;
}
.minute-mauve {
color: #eee5f5;
}
.rose-drag-e {
color: #eed1fa;
}
.whisper-of-plum {
color: #d7aee0;
}
.petal-plush {
color: #e2a1ed;
}
/* CSS Variables */
:root {
--light-purity:#e2d4ed;
--minute-mauve:#eee5f5;
--rose-drag-e:#eed1fa;
--whisper-of-plum:#d7aee0;
--petal-plush:#e2a1ed;
}