Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.peach-temptation {
color: #f3c5b4;
}
.delicate-blush {
color: #f0d6d1;
}
.foundation {
color: #f8e8c4;
}
.club-mate {
color: #f7e17e;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--peach-temptation:#f3c5b4;
--delicate-blush:#f0d6d1;
--foundation:#f8e8c4;
--club-mate:#f7e17e;
}