Teal Spring Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Spring palette
Teal Spring color palette CSS
/* CSS */
.color-1 {
color: #50b4b4;
}
.color-2 {
color: #8ee1e1;
}
.color-3 {
color: #b2f0f0;
}
.color-4 {
color: #f9f9c3;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #50b4b4;
--color-2: #8ee1e1;
--color-3: #b2f0f0;
--color-4: #f9f9c3;
--color-5: #ffb84d;
}
Teal Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50b4b4, #8ee1e1, #b2f0f0, #f9f9c3, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50b4b4, #8ee1e1, #b2f0f0, #f9f9c3, #ffb84d);
}
Similar color palettes
Teal Spring color palette created on .