CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.paris-pink {
color: #d66b8f;
}
.pink-ballad {
color: #a83e7c;
}
.seance {
color: #6d2c6c;
}
.christalle {
color: #3b1e5c;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--paris-pink:#d66b8f;
--pink-ballad:#a83e7c;
--seance:#6d2c6c;
--christalle:#3b1e5c;
}