Color names in this palette
CSS code for this palette
/* CSS */
.crisp-lettuce {
color: #4b9b8a;
}
.minted-elegance {
color: #6ec9a2;
}
.reef-green {
color: #a1e3c7;
}
.sandy-shore {
color: #f2e8ba;
}
.cheater {
color: #f1b25b;
}
/* CSS Variables */
:root {
--crisp-lettuce:#4b9b8a;
--minted-elegance:#6ec9a2;
--reef-green:#a1e3c7;
--sandy-shore:#f2e8ba;
--cheater:#f1b25b;
}