Teal Cascade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Cascade palette

Share this palette to:

Teal Cascade color palette CSS

/* CSS */
.color-1 {
color: #5dbb8b;
}
.color-2 {
color: #4f9c86;
}
.color-3 {
color: #3b8c7d;
}
.color-4 {
color: #2b7d6d;
}
.color-5 {
color: #1b6957;
}

/* CSS Variables */
:root {
--color-1: #5dbb8b;
--color-2: #4f9c86;
--color-3: #3b8c7d;
--color-4: #2b7d6d;
--color-5: #1b6957;
}

Teal Cascade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbb8b, #4f9c86, #3b8c7d, #2b7d6d, #1b6957);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbb8b, #4f9c86, #3b8c7d, #2b7d6d, #1b6957);
}

Teal Cascade color palette created on .