Color names in this palette
CSS code for this palette
/* CSS */
.marshmallow-rose {
color: #f6e4e6;
}
.soft-cashmere {
color: #f1b6da;
}
.purception {
color: #c88fd6;
}
.wisteria {
color: #a67abd;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--marshmallow-rose:#f6e4e6;
--soft-cashmere:#f1b6da;
--purception:#c88fd6;
--wisteria:#a67abd;
--just-a-fairytale:#695b9a;
}