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: #3dd6b7;
}
.color-2 {
color: #4dd5d1;
}
.color-3 {
color: #61d5e0;
}
.color-4 {
color: #76d6ea;
}
.color-5 {
color: #8cd7f2;
}
/* CSS Variables */
:root {
--color-1: #3dd6b7;
--color-2: #4dd5d1;
--color-3: #61d5e0;
--color-4: #76d6ea;
--color-5: #8cd7f2;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dd6b7, #4dd5d1, #61d5e0, #76d6ea, #8cd7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dd6b7, #4dd5d1, #61d5e0, #76d6ea, #8cd7f2);
}
Similar color palettes
Teal Breeze color palette created on .