Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6b9b4b;
}
.french-market {
color: #a1c69f;
}
.moonlight-green {
color: #d0e7d7;
}
.paper-tiger {
color: #f9f3ae;
}
.mountain-laurel {
color: #f3c9d5;
}
/* CSS Variables */
:root {
--flat-green:#6b9b4b;
--french-market:#a1c69f;
--moonlight-green:#d0e7d7;
--paper-tiger:#f9f3ae;
--mountain-laurel:#f3c9d5;
}