Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.nymph-s-delight {
color: #7d6991;
}
.idyllic-pink {
color: #c49cba;
}
.miami-pink {
color: #f7c5d9;
}
.tickled-pink {
color: #f3a5c2;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--nymph-s-delight:#7d6991;
--idyllic-pink:#c49cba;
--miami-pink:#f7c5d9;
--tickled-pink:#f3a5c2;
}