Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #6b9e85;
}
.frugal {
color: #a6d8b4;
}
.applemint-soda {
color: #f1f7e9;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.firebug {
color: #d05f4e;
}
/* CSS Variables */
:root {
--cyprus-green:#6b9e85;
--frugal:#a6d8b4;
--applemint-soda:#f1f7e9;
--smooth-as-corn-silk:#f4e4b3;
--firebug:#d05f4e;
}