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: #7cb1a2;
}
.color-2 {
color: #b1d8d1;
}
.color-3 {
color: #f2e3d4;
}
.color-4 {
color: #f5b4a3;
}
.color-5 {
color: #f27878;
}

/* CSS Variables */
:root {
--color-1: #7cb1a2;
--color-2: #b1d8d1;
--color-3: #f2e3d4;
--color-4: #f5b4a3;
--color-5: #f27878;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7cb1a2, #b1d8d1, #f2e3d4, #f5b4a3, #f27878);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7cb1a2, #b1d8d1, #f2e3d4, #f5b4a3, #f27878);
}

Teal Sunset color palette created on .