Color names in this palette
CSS code for this palette
/* CSS */
.garden-stroll {
color: #78c486;
}
.frugal {
color: #a5d4b3;
}
.jade-spell {
color: #c2e5d5;
}
.butter-cookie {
color: #f0e4b2;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--garden-stroll:#78c486;
--frugal:#a5d4b3;
--jade-spell:#c2e5d5;
--butter-cookie:#f0e4b2;
--beauty-bush:#ebb9b2;
}