Color names in this palette
CSS code for this palette
/* CSS */
.be-mine {
color: #f2e3e7;
}
.lavender-candy {
color: #f6b1d6;
}
.elastic-pink {
color: #f0a3c7;
}
.flower-blossom-pink {
color: #f57a8b;
}
.pretty-in-plum {
color: #d05387;
}
/* CSS Variables */
:root {
--be-mine:#f2e3e7;
--lavender-candy:#f6b1d6;
--elastic-pink:#f0a3c7;
--flower-blossom-pink:#f57a8b;
--pretty-in-plum:#d05387;
}