Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a6c8a3;
}
.reed {
color: #c5d8a6;
}
.cucumber-cream {
color: #e5e8b0;
}
.neighborly-peach {
color: #f1c2a2;
}
.rustic-adobe {
color: #d39d6f;
}
/* CSS Variables */
:root {
--french-market:#a6c8a3;
--reed:#c5d8a6;
--cucumber-cream:#e5e8b0;
--neighborly-peach:#f1c2a2;
--rustic-adobe:#d39d6f;
}