Color names in this palette
CSS code for this palette
/* CSS */
.purple-void {
color: #3f1f47;
}
.mirage-of-violets {
color: #7b1e6f;
}
.pearly-purple {
color: #b86b9d;
}
.elastic-pink {
color: #f0a3c7;
}
.miami-pink {
color: #f7c5da;
}
/* CSS Variables */
:root {
--purple-void:#3f1f47;
--mirage-of-violets:#7b1e6f;
--pearly-purple:#b86b9d;
--elastic-pink:#f0a3c7;
--miami-pink:#f7c5da;
}