Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.soft-cashmere {
color: #f1b1d5;
}
.sweet-alyssum {
color: #e9c3e2;
}
.bright-ube {
color: #d3a2e6;
}
.violet-velvet {
color: #b49dd8;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--soft-cashmere:#f1b1d5;
--sweet-alyssum:#e9c3e2;
--bright-ube:#d3a2e6;
--violet-velvet:#b49dd8;
}