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: #2d9a7d;
}
.color-2 {
color: #4fb5a1;
}
.color-3 {
color: #7eddc3;
}
.color-4 {
color: #b2f0dc;
}
.color-5 {
color: #f5fff6;
}
/* CSS Variables */
:root {
--color-1: #2d9a7d;
--color-2: #4fb5a1;
--color-3: #7eddc3;
--color-4: #b2f0dc;
--color-5: #f5fff6;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d9a7d, #4fb5a1, #7eddc3, #b2f0dc, #f5fff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d9a7d, #4fb5a1, #7eddc3, #b2f0dc, #f5fff6);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Teal Breeze color palette created on .