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: #f1f3f4;
}
.color-2 {
color: #e3e7e8;
}
.color-3 {
color: #c5d0d3;
}
.color-4 {
color: #a9c4c6;
}
.color-5 {
color: #4f9ba1;
}

/* CSS Variables */
:root {
--color-1: #f1f3f4;
--color-2: #e3e7e8;
--color-3: #c5d0d3;
--color-4: #a9c4c6;
--color-5: #4f9ba1;
}

Light Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f4, #e3e7e8, #c5d0d3, #a9c4c6, #4f9ba1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f4, #e3e7e8, #c5d0d3, #a9c4c6, #4f9ba1);
}

Light Teal color palette created on .