Color names in this palette
CSS code for this palette
/* CSS */
.mirage-of-violets {
color: #7d1c6d;
}
.wild-aster {
color: #9f3c8a;
}
.liseran-purple {
color: #d86f9c;
}
.prettiest-pink {
color: #e6a3c9;
}
.rosy-nectar {
color: #f4c3df;
}
/* CSS Variables */
:root {
--mirage-of-violets:#7d1c6d;
--wild-aster:#9f3c8a;
--liseran-purple:#d86f9c;
--prettiest-pink:#e6a3c9;
--rosy-nectar:#f4c3df;
}