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: #71d1c6;
}
.color-2 {
color: #a6e3d2;
}
.color-3 {
color: #b3e6d5;
}
.color-4 {
color: #f4f8e2;
}
.color-5 {
color: #f9d9b9;
}
/* CSS Variables */
:root {
--color-1: #71d1c6;
--color-2: #a6e3d2;
--color-3: #b3e6d5;
--color-4: #f4f8e2;
--color-5: #f9d9b9;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71d1c6, #a6e3d2, #b3e6d5, #f4f8e2, #f9d9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71d1c6, #a6e3d2, #b3e6d5, #f4f8e2, #f9d9b9);
}
Similar color palettes
Teal Breeze color palette created on .