Color names in this palette
CSS code for this palette
/* CSS */
.sun-kissed-brick {
color: #b65c3e;
}
.zucchini-flower {
color: #e6a84c;
}
.cornsilk-yellow {
color: #f4c96c;
}
.frugal {
color: #a3d7b1;
}
.molly-robins {
color: #4f8c78;
}
/* CSS Variables */
:root {
--sun-kissed-brick:#b65c3e;
--zucchini-flower:#e6a84c;
--cornsilk-yellow:#f4c96c;
--frugal:#a3d7b1;
--molly-robins:#4f8c78;
}