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