Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.brown-knapweed {
color: #f486a5;
}
.emperor-s-children {
color: #f2a1b6;
}
.pink-grapefruit {
color: #f2bac5;
}
.lady-pink {
color: #f2d4cf;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--brown-knapweed:#f486a5;
--emperor-s-children:#f2a1b6;
--pink-grapefruit:#f2bac5;
--lady-pink:#f2d4cf;
}