Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6a994d;
}
.french-market {
color: #a1c9a5;
}
.delicate-snow-goose {
color: #d0e2d7;
}
.bad-moon-yellow {
color: #f3e5b4;
}
.ice-cream-parlour {
color: #f9d0ae;
}
/* CSS Variables */
:root {
--flat-green:#6a994d;
--french-market:#a1c9a5;
--delicate-snow-goose:#d0e2d7;
--bad-moon-yellow:#f3e5b4;
--ice-cream-parlour:#f9d0ae;
}