Teal Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Waves palette

Share this palette to:

Teal Waves color palette CSS

/* CSS */
.color-1 {
color: #1f8e7a;
}
.color-2 {
color: #3cb9a0;
}
.color-3 {
color: #6ed4b8;
}
.color-4 {
color: #90f4d1;
}
.color-5 {
color: #b4f9e9;
}

/* CSS Variables */
:root {
--color-1: #1f8e7a;
--color-2: #3cb9a0;
--color-3: #6ed4b8;
--color-4: #90f4d1;
--color-5: #b4f9e9;
}

Teal Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8e7a, #3cb9a0, #6ed4b8, #90f4d1, #b4f9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8e7a, #3cb9a0, #6ed4b8, #90f4d1, #b4f9e9);
}

Teal Waves color palette created on .