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: #2b3d50;
}
.color-2 {
color: #496e5d;
}
.color-3 {
color: #a1c9b6;
}
.color-4 {
color: #f1c6a7;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #496e5d;
--color-3: #a1c9b6;
--color-4: #f1c6a7;
--color-5: #e57b7b;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #496e5d, #a1c9b6, #f1c6a7, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #496e5d, #a1c9b6, #f1c6a7, #e57b7b);
}

Shades of Teal color palette created on .