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