Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.fallen-blossoms {
color: #f0b2c2;
}
.think-pink {
color: #e6a3c0;
}
.little-bow-pink {
color: #d17b9d;
}
.mulberry-mix {
color: #9c4f6f;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--fallen-blossoms:#f0b2c2;
--think-pink:#e6a3c0;
--little-bow-pink:#d17b9d;
--mulberry-mix:#9c4f6f;
}