Teal Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Tides palette

Share this palette to:

Teal Tides color palette CSS

/* CSS */
.color-1 {
color: #1d9f9d;
}
.color-2 {
color: #6bdbd4;
}
.color-3 {
color: #a4e6ea;
}
.color-4 {
color: #def7f3;
}
.color-5 {
color: #f7fdfd;
}

/* CSS Variables */
:root {
--color-1: #1d9f9d;
--color-2: #6bdbd4;
--color-3: #a4e6ea;
--color-4: #def7f3;
--color-5: #f7fdfd;
}

Teal Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9f9d, #6bdbd4, #a4e6ea, #def7f3, #f7fdfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9f9d, #6bdbd4, #a4e6ea, #def7f3, #f7fdfd);
}

Teal Tides color palette created on .