Color names in this palette
CSS code for this palette
/* CSS */
.mirage-of-violets {
color: #7b1e6f;
}
.hyacinth-violet {
color: #9c4f8d;
}
.kirby {
color: #d44e94;
}
.rose-mallow {
color: #f1a7c7;
}
.mette-penne {
color: #f8e1d3;
}
/* CSS Variables */
:root {
--mirage-of-violets:#7b1e6f;
--hyacinth-violet:#9c4f8d;
--kirby:#d44e94;
--rose-mallow:#f1a7c7;
--mette-penne:#f8e1d3;
}