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: #009485;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f1f5f8;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #00b0e0;
--color-3: #ffffff;
--color-4: #f1f5f8;
--color-5: #e0f7fa;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #00b0e0, #ffffff, #f1f5f8, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #00b0e0, #ffffff, #f1f5f8, #e0f7fa);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Teal Breeze color palette created on .