Color names in this palette
CSS code for this palette
/* CSS */
.first-peach {
color: #f4c8c8;
}
.beauty-bush {
color: #eab7b3;
}
.pale-berry {
color: #e29ca0;
}
.lantana {
color: #d8706e;
}
.wild-poppy {
color: #b95b5c;
}
/* CSS Variables */
:root {
--first-peach:#f4c8c8;
--beauty-bush:#eab7b3;
--pale-berry:#e29ca0;
--lantana:#d8706e;
--wild-poppy:#b95b5c;
}