Color names in this palette
CSS code for this palette
/* CSS */
.patio-green {
color: #3d5c50;
}
.prickly-pear-cactus {
color: #6a906b;
}
.french-market {
color: #a1c9a6;
}
.venetian-pearl {
color: #d3e9d3;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--patio-green:#3d5c50;
--prickly-pear-cactus:#6a906b;
--french-market:#a1c9a6;
--venetian-pearl:#d3e9d3;
--bleached-silk:#f2f4f1;
}