Teal Wind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Wind palette
Teal Wind color palette CSS
/* CSS */
.color-1 {
color: #a4dad6;
}
.color-2 {
color: #6ea09f;
}
.color-3 {
color: #4b817b;
}
.color-4 {
color: #3a5957;
}
.color-5 {
color: #2c3a39;
}
/* CSS Variables */
:root {
--color-1: #a4dad6;
--color-2: #6ea09f;
--color-3: #4b817b;
--color-4: #3a5957;
--color-5: #2c3a39;
}
Teal Wind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dad6, #6ea09f, #4b817b, #3a5957, #2c3a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dad6, #6ea09f, #4b817b, #3a5957, #2c3a39);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Teal Wind color palette created on .