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