Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.soft-cashmere {
color: #f1b1d6;
}
.sweet-alyssum {
color: #e7c5e1;
}
.buckwheat-groats {
color: #e2d5a6;
}
.feijoa {
color: #a4d680;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--soft-cashmere:#f1b1d6;
--sweet-alyssum:#e7c5e1;
--buckwheat-groats:#e2d5a6;
--feijoa:#a4d680;
}