Teal Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sunset palette
Teal Sunset color palette CSS
/* CSS */
.color-1 {
color: #3c9090;
}
.color-2 {
color: #5cc5c7;
}
.color-3 {
color: #79d6d8;
}
.color-4 {
color: #f4e4a4;
}
.color-5 {
color: #f6a379;
}
/* CSS Variables */
:root {
--color-1: #3c9090;
--color-2: #5cc5c7;
--color-3: #79d6d8;
--color-4: #f4e4a4;
--color-5: #f6a379;
}
Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9090, #5cc5c7, #79d6d8, #f4e4a4, #f6a379);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9090, #5cc5c7, #79d6d8, #f4e4a4, #f6a379);
}
Similar color palettes
Teal Sunset color palette created on .