Teal Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Breeze palette

Share this palette to:

Teal Breeze color palette CSS

/* CSS */
.color-1 {
color: #def7ef;
}
.color-2 {
color: #b5e3e0;
}
.color-3 {
color: #81cfd5;
}
.color-4 {
color: #4cb7bd;
}
.color-5 {
color: #009999;
}

/* CSS Variables */
:root {
--color-1: #def7ef;
--color-2: #b5e3e0;
--color-3: #81cfd5;
--color-4: #4cb7bd;
--color-5: #009999;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #def7ef, #b5e3e0, #81cfd5, #4cb7bd, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #def7ef, #b5e3e0, #81cfd5, #4cb7bd, #009999);
}

Teal Breeze color palette created on .