Color names in this palette
CSS code for this palette
/* CSS */
.classic-chalk {
color: #f5f5f0;
}
.peppermint-patty {
color: #d2e5d6;
}
.zenith-heights {
color: #a7c8c4;
}
.mild-evergreen {
color: #8fbcb1;
}
.palmetto {
color: #6c9d9b;
}
/* CSS Variables */
:root {
--classic-chalk:#f5f5f0;
--peppermint-patty:#d2e5d6;
--zenith-heights:#a7c8c4;
--mild-evergreen:#8fbcb1;
--palmetto:#6c9d9b;
}