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: #7ed2e7;
}
.color-2 {
color: #69bf9b;
}
.color-3 {
color: #5b9a78;
}
.color-4 {
color: #f4c65d;
}
.color-5 {
color: #e8894a;
}

/* CSS Variables */
:root {
--color-1: #7ed2e7;
--color-2: #69bf9b;
--color-3: #5b9a78;
--color-4: #f4c65d;
--color-5: #e8894a;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ed2e7, #69bf9b, #5b9a78, #f4c65d, #e8894a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ed2e7, #69bf9b, #5b9a78, #f4c65d, #e8894a);
}

Teal Sunset color palette created on .