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: #f2d2b1;
}
.color-2 {
color: #dae0b2;
}
.color-3 {
color: #a2b79e;
}
.color-4 {
color: #009e9e;
}
.color-5 {
color: #b2e0e0;
}

/* CSS Variables */
:root {
--color-1: #f2d2b1;
--color-2: #dae0b2;
--color-3: #a2b79e;
--color-4: #009e9e;
--color-5: #b2e0e0;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d2b1, #dae0b2, #a2b79e, #009e9e, #b2e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d2b1, #dae0b2, #a2b79e, #009e9e, #b2e0e0);
}

Teal Breeze color palette created on .