Loading...
Teal Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Breeze palette
Download Teal Breeze Color Palette (PNG)
Teal Breeze color palette CSS
/* CSS */
.color-1 {
color: #8cc1d4;
}
.color-2 {
color: #a3dbd8;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #f97a1f;
}
/* CSS Variables */
:root {
--color-1: #8cc1d4;
--color-2: #a3dbd8;
--color-3: #f6c5b1;
--color-4: #f9b1ae;
--color-5: #f97a1f;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc1d4, #a3dbd8, #f6c5b1, #f9b1ae, #f97a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc1d4, #a3dbd8, #f6c5b1, #f9b1ae, #f97a1f);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Teal Breeze color palette created on .