Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5b9f;
}
.berry-burst {
color: #a86dab;
}
.haute-pink {
color: #d69ab1;
}
.pink-chintz {
color: #f1c1d0;
}
.soft-butter {
color: #f4e1b8;
}
/* CSS Variables */
:root {
--jubilee:#7b5b9f;
--berry-burst:#a86dab;
--haute-pink:#d69ab1;
--pink-chintz:#f1c1d0;
--soft-butter:#f4e1b8;
}