Teal Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Depths palette

Share this palette to:

Teal Depths color palette CSS

/* CSS */
.color-1 {
color: #4ac8e8;
}
.color-2 {
color: #36b3ba;
}
.color-3 {
color: #1f8e8e;
}
.color-4 {
color: #1c6d6d;
}
.color-5 {
color: #1a4c4c;
}

/* CSS Variables */
:root {
--color-1: #4ac8e8;
--color-2: #36b3ba;
--color-3: #1f8e8e;
--color-4: #1c6d6d;
--color-5: #1a4c4c;
}

Teal Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ac8e8, #36b3ba, #1f8e8e, #1c6d6d, #1a4c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ac8e8, #36b3ba, #1f8e8e, #1c6d6d, #1a4c4c);
}

Teal Depths color palette created on .