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: #4f9ea1;
}
.color-2 {
color: #6eb4b1;
}
.color-3 {
color: #8bd5d1;
}
.color-4 {
color: #a5e9e6;
}
.color-5 {
color: #bef2f4;
}

/* CSS Variables */
:root {
--color-1: #4f9ea1;
--color-2: #6eb4b1;
--color-3: #8bd5d1;
--color-4: #a5e9e6;
--color-5: #bef2f4;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9ea1, #6eb4b1, #8bd5d1, #a5e9e6, #bef2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9ea1, #6eb4b1, #8bd5d1, #a5e9e6, #bef2f4);
}

Teal Breeze color palette created on .