Color names in this palette
CSS code for this palette
/* CSS */
.sour-face {
color: #b1c67b;
}
.bone-white {
color: #f2e1b1;
}
.athena-pink {
color: #e8b0c4;
}
.peach-bloom {
color: #d89c79;
}
.wild-cattail {
color: #8e6a5d;
}
/* CSS Variables */
:root {
--sour-face:#b1c67b;
--bone-white:#f2e1b1;
--athena-pink:#e8b0c4;
--peach-bloom:#d89c79;
--wild-cattail:#8e6a5d;
}