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: #1c7b7d;
}
.color-2 {
color: #3db3b3;
}
.color-3 {
color: #a1e2e2;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #e06c6c;
}
/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #3db3b3;
--color-3: #a1e2e2;
--color-4: #ffb84d;
--color-5: #e06c6c;
}
Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #3db3b3, #a1e2e2, #ffb84d, #e06c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #3db3b3, #a1e2e2, #ffb84d, #e06c6c);
}
Similar color palettes
Teal Sunset color palette created on .