Color names in this palette
CSS code for this palette
/* CSS */
.borscht {
color: #8d2a2a;
}
.re-entry {
color: #d94a4a;
}
.candy-heart-pink {
color: #f6a2a2;
}
.coy-pink {
color: #f8d8d8;
}
.bride-s-blush {
color: #f9e1e1;
}
/* CSS Variables */
:root {
--borscht:#8d2a2a;
--re-entry:#d94a4a;
--candy-heart-pink:#f6a2a2;
--coy-pink:#f8d8d8;
--bride-s-blush:#f9e1e1;
}