Teal Zenith Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Zenith palette

Share this palette to:

Teal Zenith color palette CSS

/* CSS */
.color-1 {
color: #2b883d;
}
.color-2 {
color: #45b59f;
}
.color-3 {
color: #71d6d1;
}
.color-4 {
color: #a4e1e5;
}
.color-5 {
color: #e9f7f0;
}

/* CSS Variables */
:root {
--color-1: #2b883d;
--color-2: #45b59f;
--color-3: #71d6d1;
--color-4: #a4e1e5;
--color-5: #e9f7f0;
}

Teal Zenith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b883d, #45b59f, #71d6d1, #a4e1e5, #e9f7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b883d, #45b59f, #71d6d1, #a4e1e5, #e9f7f0);
}

Teal Zenith color palette created on .