Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b6a4;
}
.peach-temptation {
color: #f3c6af;
}
.pinenut {
color: #f6d8b6;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.white-nectar {
color: #f7f9d7;
}
/* CSS Variables */
:root {
--just-blush:#f9b6a4;
--peach-temptation:#f3c6af;
--pinenut:#f6d8b6;
--smooth-as-corn-silk:#f5e3b2;
--white-nectar:#f7f9d7;
}