Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.sweet-sheba {
color: #f1b7a7;
}
.posy-petal {
color: #f0849f;
}
.fiesta-pink {
color: #d66b99;
}
.plum-dust {
color: #a64e8c;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--sweet-sheba:#f1b7a7;
--posy-petal:#f0849f;
--fiesta-pink:#d66b99;
--plum-dust:#a64e8c;
}