Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-damask {
color: #f9c5a4;
}
.blended-fruit {
color: #f9e5a4;
}
.green-trance {
color: #a5d7a2;
}
.earth-eclipse {
color: #6fb8b3;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-damask:#f9c5a4;
--blended-fruit:#f9e5a4;
--green-trance:#a5d7a2;
--earth-eclipse:#6fb8b3;
}