Color names in this palette
CSS code for this palette
/* CSS */
.ballet {
color: #f8d3d3;
}
.rozowy-pink {
color: #f2a6b8;
}
.peony {
color: #e88c9d;
}
.juicy-details {
color: #d8797f;
}
.candied-apple {
color: #b95b6e;
}
/* CSS Variables */
:root {
--ballet:#f8d3d3;
--rozowy-pink:#f2a6b8;
--peony:#e88c9d;
--juicy-details:#d8797f;
--candied-apple:#b95b6e;
}