CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.aqua-bay {
color: #b6e2c9;
}
.sundown {
color: #f4cb9f;
}
.butterscotch {
color: #f9b248;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--aqua-bay:#b6e2c9;
--sundown:#f4cb9f;
--butterscotch:#f9b248;
--entan-red:#e76e50;
}