Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5f2b3f;
}
.thimble-red {
color: #a45b87;
}
.peony {
color: #e88c9b;
}
.candy-heart-pink {
color: #f4a19f;
}
.rose-reminder {
color: #f5c2c8;
}
/* CSS Variables */
:root {
--windsor-wine:#5f2b3f;
--thimble-red:#a45b87;
--peony:#e88c9b;
--candy-heart-pink:#f4a19f;
--rose-reminder:#f5c2c8;
}