Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.prominent-pink {
color: #d89dc1;
}
.pearly-purple {
color: #b86baa;
}
.deep-commitment-to-purple {
color: #7c3c76;
}
.operetta-mauve {
color: #3a2a4c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--prominent-pink:#d89dc1;
--pearly-purple:#b86baa;
--deep-commitment-to-purple:#7c3c76;
--operetta-mauve:#3a2a4c;
}