Color names in this palette
CSS code for this palette
/* CSS */
.mazzy-star {
color: #c167b6;
}
.think-pink {
color: #e3a1c1;
}
.flamingo-feather {
color: #f7bbd9;
}
.dust-of-the-moon {
color: #d0c8df;
}
.blossom-mauve {
color: #a5a4d0;
}
/* CSS Variables */
:root {
--mazzy-star:#c167b6;
--think-pink:#e3a1c1;
--flamingo-feather:#f7bbd9;
--dust-of-the-moon:#d0c8df;
--blossom-mauve:#a5a4d0;
}