Color names in this palette
CSS code for this palette
/* CSS */
.umbrella-green {
color: #a4af6e;
}
.seacrest {
color: #b6c8a7;
}
.vintage-glass {
color: #c9d8ba;
}
.chilled-mint {
color: #e5eedd;
}
.silky-yogurt {
color: #f2f2ca;
}
/* CSS Variables */
:root {
--umbrella-green:#a4af6e;
--seacrest:#b6c8a7;
--vintage-glass:#c9d8ba;
--chilled-mint:#e5eedd;
--silky-yogurt:#f2f2ca;
}