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: #a4d5d2;
}
.color-2 {
color: #b7e3e6;
}
.color-3 {
color: #f1c8c6;
}
.color-4 {
color: #ffcf99;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #a4d5d2;
--color-2: #b7e3e6;
--color-3: #f1c8c6;
--color-4: #ffcf99;
--color-5: #f1c84b;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5d2, #b7e3e6, #f1c8c6, #ffcf99, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5d2, #b7e3e6, #f1c8c6, #ffcf99, #f1c84b);
}

Teal Breeze color palette created on .