Teal Ecosystem Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Ecosystem palette

Share this palette to:

Teal Ecosystem color palette CSS

/* CSS */
.color-1 {
color: #1e898f;
}
.color-2 {
color: #3db3a1;
}
.color-3 {
color: #73d3c8;
}
.color-4 {
color: #a8e1d0;
}
.color-5 {
color: #e1f4f1;
}

/* CSS Variables */
:root {
--color-1: #1e898f;
--color-2: #3db3a1;
--color-3: #73d3c8;
--color-4: #a8e1d0;
--color-5: #e1f4f1;
}

Teal Ecosystem background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e898f, #3db3a1, #73d3c8, #a8e1d0, #e1f4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e898f, #3db3a1, #73d3c8, #a8e1d0, #e1f4f1);
}

Teal Ecosystem color palette created on .