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: #497b9c;
}
.color-2 {
color: #a3c5d7;
}
.color-3 {
color: #f6e8b1;
}
.color-4 {
color: #f9b4c0;
}
.color-5 {
color: #e76a78;
}

/* CSS Variables */
:root {
--color-1: #497b9c;
--color-2: #a3c5d7;
--color-3: #f6e8b1;
--color-4: #f9b4c0;
--color-5: #e76a78;
}

Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b9c, #a3c5d7, #f6e8b1, #f9b4c0, #e76a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b9c, #a3c5d7, #f6e8b1, #f9b4c0, #e76a78);
}

Teal Sunset color palette created on .