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: #ced4da;
}
.color-2 {
color: #a2c3c1;
}
.color-3 {
color: #80b3b1;
}
.color-4 {
color: #4b9b8c;
}
.color-5 {
color: #2d7b74;
}

/* CSS Variables */
:root {
--color-1: #ced4da;
--color-2: #a2c3c1;
--color-3: #80b3b1;
--color-4: #4b9b8c;
--color-5: #2d7b74;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ced4da, #a2c3c1, #80b3b1, #4b9b8c, #2d7b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ced4da, #a2c3c1, #80b3b1, #4b9b8c, #2d7b74);
}

Shades of Teal color palette created on .