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: #6d9c93;
}
.color-3 {
color: #4c908b;
}
.color-4 {
color: #2b6a6e;
}
.color-5 {
color: #1d4d4e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c93;
--color-3: #4c908b;
--color-4: #2b6a6e;
--color-5: #1d4d4e;
}
Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c93, #4c908b, #2b6a6e, #1d4d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c93, #4c908b, #2b6a6e, #1d4d4e);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Sunset color palette created on .