Teal Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Sunset palette

Share this palette to:

Teal Sunset color palette CSS

/* CSS */
.color-1 {
color: #2b8c84;
}
.color-2 {
color: #3b9b8d;
}
.color-3 {
color: #4eb19c;
}
.color-4 {
color: #6cd5a8;
}
.color-5 {
color: #e0b700;
}

/* CSS Variables */
:root {
--color-1: #2b8c84;
--color-2: #3b9b8d;
--color-3: #4eb19c;
--color-4: #6cd5a8;
--color-5: #e0b700;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b8c84, #3b9b8d, #4eb19c, #6cd5a8, #e0b700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b8c84, #3b9b8d, #4eb19c, #6cd5a8, #e0b700);
}

Teal Sunset color palette created on .