Color names in this palette
CSS code for this palette
/* CSS */
.vacation-island {
color: #d2da95;
}
.sour-face {
color: #b2c97e;
}
.light-birch-green {
color: #a0b766;
}
.nasturtium-shoot {
color: #8ca04b;
}
.fresh-herb {
color: #7a8d3a;
}
/* CSS Variables */
:root {
--vacation-island:#d2da95;
--sour-face:#b2c97e;
--light-birch-green:#a0b766;
--nasturtium-shoot:#8ca04b;
--fresh-herb:#7a8d3a;
}