Color names in this palette
CSS code for this palette
/* CSS */
.meadow-mauve {
color: #a85d95;
}
.violet-whimsy {
color: #b78fb5;
}
.prettiest-pink {
color: #e1a3c8;
}
.deco-pink {
color: #f5c2ce;
}
.tender {
color: #f7e8d9;
}
/* CSS Variables */
:root {
--meadow-mauve:#a85d95;
--violet-whimsy:#b78fb5;
--prettiest-pink:#e1a3c8;
--deco-pink:#f5c2ce;
--tender:#f7e8d9;
}