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