Color names in this palette
CSS code for this palette
/* CSS */
.mystical-purple {
color: #755d83;
}
.delhi-spice {
color: #a66e6e;
}
.mutabilis {
color: #bf9492;
}
.pink-stock {
color: #ddadac;
}
.petite-pink {
color: #eacdcc;
}
/* CSS Variables */
:root {
--mystical-purple:#755d83;
--delhi-spice:#a66e6e;
--mutabilis:#bf9492;
--pink-stock:#ddadac;
--petite-pink:#eacdcc;
}