Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7f3c8b;
}
.minuette {
color: #d67a91;
}
.sweet-sheba {
color: #f1b7a7;
}
.paw-paw {
color: #f8d49b;
}
.citrus-zest {
color: #f1c65b;
}
/* CSS Variables */
:root {
--dull-violet:#7f3c8b;
--minuette:#d67a91;
--sweet-sheba:#f1b7a7;
--paw-paw:#f8d49b;
--citrus-zest:#f1c65b;
}