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: #66dfea;
}
.color-2 {
color: #83eaf1;
}
.color-3 {
color: #aef6f9;
}
.color-4 {
color: #cefcfd;
}
.color-5 {
color: #f0ffff;
}

/* CSS Variables */
:root {
--color-1: #66dfea;
--color-2: #83eaf1;
--color-3: #aef6f9;
--color-4: #cefcfd;
--color-5: #f0ffff;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}

Similar color palettes

Teal Breeze color palette created on .