Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f4c8e8;
}
.chateau-rose {
color: #d9a1d0;
}
.berry-burst {
color: #a76eaa;
}
.bright-eggplant {
color: #5c4b8b;
}
.violet-purple {
color: #3b2b50;
}
/* CSS Variables */
:root {
--sparkling-pink:#f4c8e8;
--chateau-rose:#d9a1d0;
--berry-burst:#a76eaa;
--bright-eggplant:#5c4b8b;
--violet-purple:#3b2b50;
}