Color names in this palette
CSS code for this palette
/* CSS */
.exotic-purple {
color: #6b4d7a;
}
.mauve-orchid {
color: #a66e8d;
}
.la-vie-en-rose {
color: #d4a5a0;
}
.sakura {
color: #e0b2b5;
}
.pink-frosting {
color: #f6d5e3;
}
/* CSS Variables */
:root {
--exotic-purple:#6b4d7a;
--mauve-orchid:#a66e8d;
--la-vie-en-rose:#d4a5a0;
--sakura:#e0b2b5;
--pink-frosting:#f6d5e3;
}