Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e87;
}
.baltic-green {
color: #3c9f9d;
}
.minted-elegance {
color: #6ec4a0;
}
.grape-green {
color: #a6e2a1;
}
.dingy-sticky-note {
color: #e1f6a2;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e87;
--baltic-green:#3c9f9d;
--minted-elegance:#6ec4a0;
--grape-green:#a6e2a1;
--dingy-sticky-note:#e1f6a2;
}