Light Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Teal palette

Share this palette to:

Download Light Teal Color Palette (PNG)

Download light teal color palette PNG image (landscape)
Download light teal color palette PNG image (square)

Light Teal color palette CSS

/* CSS */
.color-1 {
color: #c9e4d8;
}
.color-2 {
color: #a6d3c1;
}
.color-3 {
color: #80bca1;
}
.color-4 {
color: #4cae7f;
}
.color-5 {
color: #2a8d5d;
}

/* CSS Variables */
:root {
--color-1: #c9e4d8;
--color-2: #a6d3c1;
--color-3: #80bca1;
--color-4: #4cae7f;
--color-5: #2a8d5d;
}

Light Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e4d8, #a6d3c1, #80bca1, #4cae7f, #2a8d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e4d8, #a6d3c1, #80bca1, #4cae7f, #2a8d5d);
}

Light Teal color palette created on .