Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.australian-apricot {
color: #f4c5a4;
}
.peach-patch {
color: #f3d7a0;
}
.springtime {
color: #e9e7b4;
}
.green-myth {
color: #c4e1c1;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--australian-apricot:#f4c5a4;
--peach-patch:#f3d7a0;
--springtime:#e9e7b4;
--green-myth:#c4e1c1;
}