Color names in this palette
CSS code for this palette
/* CSS */
.dough-yellow {
color: #f7d2b6;
}
.certain-peach {
color: #f3baa0;
}
.blush {
color: #f09f8e;
}
.redolency {
color: #ec8a79;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--dough-yellow:#f7d2b6;
--certain-peach:#f3baa0;
--blush:#f09f8e;
--redolency:#ec8a79;
--childhood-crush:#e76d65;
}