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