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: #ff6e61;
}
.color-2 {
color: #70a4a2;
}
.color-3 {
color: #3c8b8b;
}
.color-4 {
color: #2e5c5c;
}
.color-5 {
color: #193838;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #70a4a2;
--color-3: #3c8b8b;
--color-4: #2e5c5c;
--color-5: #193838;
}
Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #70a4a2, #3c8b8b, #2e5c5c, #193838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #70a4a2, #3c8b8b, #2e5c5c, #193838);
}
Similar color palettes
Scroll down to explore 80+ Vibrant color palettes
Teal Sunset color palette created on .