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: #2e8c94;
}
.color-2 {
color: #3bbfbd;
}
.color-3 {
color: #5dd5d1;
}
.color-4 {
color: #a0dfe9;
}
.color-5 {
color: #f3f6f6;
}

/* CSS Variables */
:root {
--color-1: #2e8c94;
--color-2: #3bbfbd;
--color-3: #5dd5d1;
--color-4: #a0dfe9;
--color-5: #f3f6f6;
}

Teal Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8c94, #3bbfbd, #5dd5d1, #a0dfe9, #f3f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8c94, #3bbfbd, #5dd5d1, #a0dfe9, #f3f6f6);
}

Teal Sea color palette created on .