Color names in this palette
CSS code for this palette
/* CSS */
.warming-peach {
color: #e2b8a1;
}
.australian-apricot {
color: #f4c4a4;
}
.tender-peach {
color: #f8d6b9;
}
.peachade {
color: #f9e1c8;
}
.ibis {
color: #f2b5c1;
}
/* CSS Variables */
:root {
--warming-peach:#e2b8a1;
--australian-apricot:#f4c4a4;
--tender-peach:#f8d6b9;
--peachade:#f9e1c8;
--ibis:#f2b5c1;
}