Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3c5d;
}
.violet-velvet {
color: #b49edc;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.butter-cream {
color: #f1b341;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3c5d;
--violet-velvet:#b49edc;
--sullivan-s-heart:#f7c5d5;
--butter-cream:#f1b341;
--deep-blush:#e76a89;
}