Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe6;
}
.violet-kiss {
color: #f1a7d3;
}
.blossoms-in-spring {
color: #e49bce;
}
.pastel-lavender {
color: #d69fc7;
}
.whisper-of-plum {
color: #d7aee0;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe6;
--violet-kiss:#f1a7d3;
--blossoms-in-spring:#e49bce;
--pastel-lavender:#d69fc7;
--whisper-of-plum:#d7aee0;
}