Color names in this palette
CSS code for this palette
/* CSS */
.greek-garden {
color: #8dd08b;
}
.grape-green {
color: #a7e6a3;
}
.jade-palace {
color: #cff2d8;
}
.placebo-lime {
color: #f5faeb;
}
.bad-moon-yellow {
color: #f2e5b5;
}
/* CSS Variables */
:root {
--greek-garden:#8dd08b;
--grape-green:#a7e6a3;
--jade-palace:#cff2d8;
--placebo-lime:#f5faeb;
--bad-moon-yellow:#f2e5b5;
}