Color names in this palette
CSS code for this palette
/* CSS */
.winter-green {
color: #4a8c7e;
}
.garden-view {
color: #89b89b;
}
.iced-avocado {
color: #c5e6b7;
}
.venetian-yellow {
color: #f7e6a1;
}
.thimbleberry {
color: #e24b4e;
}
/* CSS Variables */
:root {
--winter-green:#4a8c7e;
--garden-view:#89b89b;
--iced-avocado:#c5e6b7;
--venetian-yellow:#f7e6a1;
--thimbleberry:#e24b4e;
}