Color names in this palette
CSS code for this palette
/* CSS */
.minute-mauve {
color: #f0e2f8;
}
.barely-bloomed {
color: #e0afe4;
}
.firm-pink {
color: #d590c9;
}
.lilac-pink {
color: #c49fc6;
}
.purple-pride {
color: #a06fb3;
}
/* CSS Variables */
:root {
--minute-mauve:#f0e2f8;
--barely-bloomed:#e0afe4;
--firm-pink:#d590c9;
--lilac-pink:#c49fc6;
--purple-pride:#a06fb3;
}