Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.april-blush {
color: #f6d0d9;
}
.bride-s-blush {
color: #f9e1e1;
}
.hard-candy {
color: #ffb8b8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--april-blush:#f6d0d9;
--bride-s-blush:#f9e1e1;
--hard-candy:#ffb8b8;
--grapefruit-pulp:#ff6e61;
}