Teal Tree Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Tree palette

Share this palette to:

Teal Tree color palette CSS

/* CSS */
.color-1 {
color: #64b48f;
}
.color-2 {
color: #4fb5a1;
}
.color-3 {
color: #3abba8;
}
.color-4 {
color: #2bc5b5;
}
.color-5 {
color: #1ad1c2;
}

/* CSS Variables */
:root {
--color-1: #64b48f;
--color-2: #4fb5a1;
--color-3: #3abba8;
--color-4: #2bc5b5;
--color-5: #1ad1c2;
}

Teal Tree background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64b48f, #4fb5a1, #3abba8, #2bc5b5, #1ad1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64b48f, #4fb5a1, #3abba8, #2bc5b5, #1ad1c2);
}

Teal Tree color palette created on .