Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f9e2a4;
}
.tender-peach {
color: #f7d5b6;
}
.fulgrim-pink {
color: #f6b1cf;
}
.petal-plush {
color: #e1a6e8;
}
.winsome-hue {
color: #a8d8e1;
}
/* CSS Variables */
:root {
--blended-fruit:#f9e2a4;
--tender-peach:#f7d5b6;
--fulgrim-pink:#f6b1cf;
--petal-plush:#e1a6e8;
--winsome-hue:#a8d8e1;
}