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: #3c7a8b;
}
.color-2 {
color: #6fbdc3;
}
.color-3 {
color: #a1e3e8;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #f47f1f;
}

/* CSS Variables */
:root {
--color-1: #3c7a8b;
--color-2: #6fbdc3;
--color-3: #a1e3e8;
--color-4: #f7c5a1;
--color-5: #f47f1f;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c7a8b, #6fbdc3, #a1e3e8, #f7c5a1, #f47f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c7a8b, #6fbdc3, #a1e3e8, #f7c5a1, #f47f1f);
}

Teal Sunset color palette created on .