Color names in this palette
CSS code for this palette
/* CSS */
.operetta-mauve {
color: #3b2c4e;
}
.butterfly-bush {
color: #6a5b8b;
}
.divine {
color: #9b7c9c;
}
.heart-to-heart {
color: #d3a7c8;
}
.in-the-pink {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--operetta-mauve:#3b2c4e;
--butterfly-bush:#6a5b8b;
--divine:#9b7c9c;
--heart-to-heart:#d3a7c8;
--in-the-pink:#f2c5d3;
}