Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #8c2b2b;
}
.wild-poppy {
color: #b75c5c;
}
.pale-berry {
color: #e39f9c;
}
.everblooming {
color: #f0c9b7;
}
.posy {
color: #f3e2d3;
}
/* CSS Variables */
:root {
--polished-apple:#8c2b2b;
--wild-poppy:#b75c5c;
--pale-berry:#e39f9c;
--everblooming:#f0c9b7;
--posy:#f3e2d3;
}