Color names in this palette
CSS code for this palette
/* CSS */
.lavender-blessing {
color: #d5b9c4;
}
.idyllic-pink {
color: #c59bba;
}
.violet-femmes {
color: #a66e9c;
}
.bonbon-red {
color: #8a3d6c;
}
.wine-country {
color: #5c1f35;
}
/* CSS Variables */
:root {
--lavender-blessing:#d5b9c4;
--idyllic-pink:#c59bba;
--violet-femmes:#a66e9c;
--bonbon-red:#8a3d6c;
--wine-country:#5c1f35;
}