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: #1f8a8e;
}
.color-2 {
color: #f6c8a7;
}
.color-3 {
color: #f7a47e;
}
.color-4 {
color: #e16b6b;
}
.color-5 {
color: #e7b1a2;
}

/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #f6c8a7;
--color-3: #f7a47e;
--color-4: #e16b6b;
--color-5: #e7b1a2;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #f6c8a7, #f7a47e, #e16b6b, #e7b1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #f6c8a7, #f7a47e, #e16b6b, #e7b1a2);
}

Teal Sunset color palette created on .