Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7e0a4;
}
.fringy-flower {
color: #b4e4ba;
}
.peasful-mint {
color: #c1f0c1;
}
.dingy-sticky-note {
color: #e8f3a0;
}
.gold-sand {
color: #f6e7a7;
}
/* CSS Variables */
:root {
--grape-green:#a7e0a4;
--fringy-flower:#b4e4ba;
--peasful-mint:#c1f0c1;
--dingy-sticky-note:#e8f3a0;
--gold-sand:#f6e7a7;
}