Teal Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Breeze palette
Teal Breeze color palette CSS
/* CSS */
.color-1 {
color: #5cd6c4;
}
.color-2 {
color: #4dc7b2;
}
.color-3 {
color: #40bfa2;
}
.color-4 {
color: #31b48d;
}
.color-5 {
color: #26ab7d;
}
/* CSS Variables */
:root {
--color-1: #5cd6c4;
--color-2: #4dc7b2;
--color-3: #40bfa2;
--color-4: #31b48d;
--color-5: #26ab7d;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cd6c4, #4dc7b2, #40bfa2, #31b48d, #26ab7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cd6c4, #4dc7b2, #40bfa2, #31b48d, #26ab7d);
}
Similar color palettes
Teal Breeze color palette created on .