Color names in this palette
CSS code for this palette
/* CSS */
.mirage-of-violets {
color: #7b1e6f;
}
.plum-dust {
color: #a64e96;
}
.pink-marshmallow {
color: #f1b1d2;
}
.chai-latte {
color: #f7c9a1;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--mirage-of-violets:#7b1e6f;
--plum-dust:#a64e96;
--pink-marshmallow:#f1b1d2;
--chai-latte:#f7c9a1;
--french-vanilla:#f1e1a7;
}