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