Color names in this palette
CSS code for this palette
/* CSS */
.mystic-mauve {
color: #dab9b9;
}
.la-vie-en-rose {
color: #d1a3a3;
}
.floral-tapestry {
color: #c78f8f;
}
.wild-party {
color: #b77b7b;
}
.delhi-spice {
color: #a66e6e;
}
/* CSS Variables */
:root {
--mystic-mauve:#dab9b9;
--la-vie-en-rose:#d1a3a3;
--floral-tapestry:#c78f8f;
--wild-party:#b77b7b;
--delhi-spice:#a66e6e;
}