Teal Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Teal Sunset Color Palette (PNG)
Teal Sunset color palette CSS
/* CSS */
.color-1 {
color: #1f8bc1;
}
.color-2 {
color: #74b75c;
}
.color-3 {
color: #d2d0c6;
}
.color-4 {
color: #f3d458;
}
.color-5 {
color: #e86a4a;
}
/* CSS Variables */
:root {
--color-1: #1f8bc1;
--color-2: #74b75c;
--color-3: #d2d0c6;
--color-4: #f3d458;
--color-5: #e86a4a;
}
Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8bc1, #74b75c, #d2d0c6, #f3d458, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8bc1, #74b75c, #d2d0c6, #f3d458, #e86a4a);
}
Similar color palettes
Scroll down to explore 40+ Aqua color palettes
Teal Sunset color palette created on .