Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7df9f;
}
.toxic-steam {
color: #c4f8c4;
}
.frosted-garden {
color: #e1fbd5;
}
.storksbill-white {
color: #f1f4e1;
}
.bean-sprout {
color: #f5f9e7;
}
/* CSS Variables */
:root {
--grape-green:#a7df9f;
--toxic-steam:#c4f8c4;
--frosted-garden:#e1fbd5;
--storksbill-white:#f1f4e1;
--bean-sprout:#f5f9e7;
}