Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f0c2b7;
}
.emperor-s-children {
color: #f0a3b4;
}
.posy-petal {
color: #f08a9b;
}
.strawberry-pink {
color: #f06a83;
}
.pink-pepper {
color: #e85e6e;
}
/* CSS Variables */
:root {
--new-clay:#f0c2b7;
--emperor-s-children:#f0a3b4;
--posy-petal:#f08a9b;
--strawberry-pink:#f06a83;
--pink-pepper:#e85e6e;
}