Teal Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sunshine palette
Teal Sunshine color palette CSS
/* CSS */
.color-1 {
color: #163c3c;
}
.color-2 {
color: #fbcb3c;
}
.color-3 {
color: #8a843d;
}
.color-4 {
color: #f9e2a4;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #163c3c;
--color-2: #fbcb3c;
--color-3: #8a843d;
--color-4: #f9e2a4;
--color-5: #f4a462;
}
Teal Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #163c3c, #fbcb3c, #8a843d, #f9e2a4, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #163c3c, #fbcb3c, #8a843d, #f9e2a4, #f4a462);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Teal Sunshine color palette created on .