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: #007f80;
}
.color-2 {
color: #00b2b3;
}
.color-3 {
color: #00cccc;
}
.color-4 {
color: #66ffff;
}
.color-5 {
color: #9effff;
}

/* CSS Variables */
:root {
--color-1: #007f80;
--color-2: #00b2b3;
--color-3: #00cccc;
--color-4: #66ffff;
--color-5: #9effff;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007f80, #00b2b3, #00cccc, #66ffff, #9effff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007f80, #00b2b3, #00cccc, #66ffff, #9effff);
}

Similar color palettes

Teal Breeze color palette created on .