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: #9ed6d4;
}
.color-2 {
color: #a6e8e4;
}
.color-3 {
color: #b7f5e3;
}
.color-4 {
color: #d2efd5;
}
.color-5 {
color: #f2f7e9;
}

/* CSS Variables */
:root {
--color-1: #9ed6d4;
--color-2: #a6e8e4;
--color-3: #b7f5e3;
--color-4: #d2efd5;
--color-5: #f2f7e9;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6d4, #a6e8e4, #b7f5e3, #d2efd5, #f2f7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6d4, #a6e8e4, #b7f5e3, #d2efd5, #f2f7e9);
}

Teal Breeze color palette created on .