Color names in this palette
CSS code for this palette
/* CSS */
.trekking-green {
color: #405e54;
}
.aspen-hush {
color: #6b8e86;
}
.kind-green {
color: #a8c2b0;
}
.uptown-taupe {
color: #f0e3d6;
}
.ruffles {
color: #f9bbae;
}
/* CSS Variables */
:root {
--trekking-green:#405e54;
--aspen-hush:#6b8e86;
--kind-green:#a8c2b0;
--uptown-taupe:#f0e3d6;
--ruffles:#f9bbae;
}