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: #697e8c;
}
.color-2 {
color: #8ab7b2;
}
.color-3 {
color: #aae4d2;
}
.color-4 {
color: #f1c8a2;
}
.color-5 {
color: #f5b2a3;
}

/* CSS Variables */
:root {
--color-1: #697e8c;
--color-2: #8ab7b2;
--color-3: #aae4d2;
--color-4: #f1c8a2;
--color-5: #f5b2a3;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #697e8c, #8ab7b2, #aae4d2, #f1c8a2, #f5b2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #697e8c, #8ab7b2, #aae4d2, #f1c8a2, #f5b2a3);
}

Teal Breeze color palette created on .