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 PNG image

Download shades of teal color palette PNG image (landscape)
Download shades of teal color palette PNG image (square)

Shades of Teal color palette CSS

/* CSS */
.color-1 {
color: #1c1d22;
}
.color-2 {
color: #313b44;
}
.color-3 {
color: #5f6467;
}
.color-4 {
color: #aaa8ad;
}
.color-5 {
color: #b42a1d;
}

/* CSS Variables */
:root {
--color-1: #1c1d22;
--color-2: #313b44;
--color-3: #5f6467;
--color-4: #aaa8ad;
--color-5: #b42a1d;
}

Shades of Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d22, #313b44, #5f6467, #aaa8ad, #b42a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d22, #313b44, #5f6467, #aaa8ad, #b42a1d);
}

Shades of Teal color palette created on .