Color names in this palette
CSS code for this palette
/* CSS */
.mesa-verde {
color: #7e9b69;
}
.in-good-taste {
color: #b9d3a1;
}
.yellow-avarice {
color: #f5f7d9;
}
.apricot-obsession {
color: #f6c2b6;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--mesa-verde:#7e9b69;
--in-good-taste:#b9d3a1;
--yellow-avarice:#f5f7d9;
--apricot-obsession:#f6c2b6;
--childhood-crush:#e06e6c;
}