Shades of Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Teal palette

Share this palette to:

Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #b1e7d7;
}
.color-2 {
color: #9fdbd6;
}
.color-3 {
color: #8fc8d6;
}
.color-4 {
color: #5cb4c1;
}
.color-5 {
color: #3b909b;
}

/* CSS Variables */
:root {
--color-1: #b1e7d7;
--color-2: #9fdbd6;
--color-3: #8fc8d6;
--color-4: #5cb4c1;
--color-5: #3b909b;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e7d7, #9fdbd6, #8fc8d6, #5cb4c1, #3b909b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e7d7, #9fdbd6, #8fc8d6, #5cb4c1, #3b909b);
}

Shades of Teal color palette created on .