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: #3b6d8c;
}
.color-2 {
color: #4cb6c2;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e03c1f;
}

/* CSS Variables */
:root {
--color-1: #3b6d8c;
--color-2: #4cb6c2;
--color-3: #f0a800;
--color-4: #f47b1f;
--color-5: #e03c1f;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6d8c, #4cb6c2, #f0a800, #f47b1f, #e03c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6d8c, #4cb6c2, #f0a800, #f47b1f, #e03c1f);
}

Teal Sunset color palette created on .