Teal Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Sea palette

Share this palette to:

Teal Sea color palette CSS

/* CSS */
.color-1 {
color: #007994;
}
.color-2 {
color: #008f88;
}
.color-3 {
color: #13aa93;
}
.color-4 {
color: #6dc0ab;
}
.color-5 {
color: #b7c892;
}

/* CSS Variables */
:root {
--color-1: #007994;
--color-2: #008f88;
--color-3: #13aa93;
--color-4: #6dc0ab;
--color-5: #b7c892;
}

Teal Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007994, #008f88, #13aa93, #6dc0ab, #b7c892);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007994, #008f88, #13aa93, #6dc0ab, #b7c892);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Teal Sea color palette created on .