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