Color names in this palette
CSS code for this palette
/* CSS */
.fescue {
color: #a2cda6;
}
.appetite {
color: #b2e2a7;
}
.lasting-thoughts {
color: #d3eab3;
}
.muscadine {
color: #f4e5a9;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
/* CSS Variables */
:root {
--fescue:#a2cda6;
--appetite:#b2e2a7;
--lasting-thoughts:#d3eab3;
--muscadine:#f4e5a9;
--salted-caramel-popcorn:#f9b14e;
}