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: #a1d9d5;
}
.color-2 {
color: #b0e3e3;
}
.color-3 {
color: #f4e5ae;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #f97d6c;
}

/* CSS Variables */
:root {
--color-1: #a1d9d5;
--color-2: #b0e3e3;
--color-3: #f4e5ae;
--color-4: #f5c99e;
--color-5: #f97d6c;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9d5, #b0e3e3, #f4e5ae, #f5c99e, #f97d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9d5, #b0e3e3, #f4e5ae, #f5c99e, #f97d6c);
}

Teal Sunset color palette created on .