Color names in this palette
CSS code for this palette
/* CSS */
.minute-mauve {
color: #f2e5f5;
}
.lavender-water {
color: #d1c7e0;
}
.wistful {
color: #a6a2cd;
}
.viking-diva {
color: #c9afe4;
}
.dreamy-memory {
color: #e7c5d6;
}
/* CSS Variables */
:root {
--minute-mauve:#f2e5f5;
--lavender-water:#d1c7e0;
--wistful:#a6a2cd;
--viking-diva:#c9afe4;
--dreamy-memory:#e7c5d6;
}