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