Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.sundown {
color: #f5c99e;
}
.boxwood-yellow {
color: #efe5a4;
}
.green-trance {
color: #a3d9a1;
}
.aqua-zing {
color: #7bdbd4;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--sundown:#f5c99e;
--boxwood-yellow:#efe5a4;
--green-trance:#a3d9a1;
--aqua-zing:#7bdbd4;
}