Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f8bfd3;
}
.rose-mallow {
color: #f4a4c8;
}
.charm-pink {
color: #e78db1;
}
.raspberry-mousse {
color: #e06c8b;
}
.cabaret {
color: #d3506c;
}
/* CSS Variables */
:root {
--dahlia-delight:#f8bfd3;
--rose-mallow:#f4a4c8;
--charm-pink:#e78db1;
--raspberry-mousse:#e06c8b;
--cabaret:#d3506c;
}