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: #7ec5c8;
}
.color-2 {
color: #d4a1b0;
}
.color-3 {
color: #f9c56c;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f26e6e;
}

/* CSS Variables */
:root {
--color-1: #7ec5c8;
--color-2: #d4a1b0;
--color-3: #f9c56c;
--color-4: #f4a462;
--color-5: #f26e6e;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec5c8, #d4a1b0, #f9c56c, #f4a462, #f26e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec5c8, #d4a1b0, #f9c56c, #f4a462, #f26e6e);
}

Shades of Teal color palette created on .