Color names in this palette
CSS code for this palette
/* CSS */
.mirage-of-violets {
color: #7e206e;
}
.dahlia-mauve {
color: #b25c8a;
}
.always-rosey {
color: #e99bb2;
}
.sweetheart {
color: #f4c3d6;
}
.powder-puff {
color: #fff0f3;
}
/* CSS Variables */
:root {
--mirage-of-violets:#7e206e;
--dahlia-mauve:#b25c8a;
--always-rosey:#e99bb2;
--sweetheart:#f4c3d6;
--powder-puff:#fff0f3;
}