Teal Water Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Water palette

Share this palette to:

Teal Water color palette CSS

/* CSS */
.color-1 {
color: #7dd2e3;
}
.color-2 {
color: #4eb7b3;
}
.color-3 {
color: #2a9b9d;
}
.color-4 {
color: #1f7a7f;
}
.color-5 {
color: #156f6f;
}

/* CSS Variables */
:root {
--color-1: #7dd2e3;
--color-2: #4eb7b3;
--color-3: #2a9b9d;
--color-4: #1f7a7f;
--color-5: #156f6f;
}

Teal Water background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd2e3, #4eb7b3, #2a9b9d, #1f7a7f, #156f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd2e3, #4eb7b3, #2a9b9d, #1f7a7f, #156f6f);
}

Teal Water color palette created on .