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: #1c8cab;
}
.color-2 {
color: #4cb8c2;
}
.color-3 {
color: #6dd1d5;
}
.color-4 {
color: #a2e0e7;
}
.color-5 {
color: #d1f3f5;
}

/* CSS Variables */
:root {
--color-1: #1c8cab;
--color-2: #4cb8c2;
--color-3: #6dd1d5;
--color-4: #a2e0e7;
--color-5: #d1f3f5;
}

Teal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c8cab, #4cb8c2, #6dd1d5, #a2e0e7, #d1f3f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c8cab, #4cb8c2, #6dd1d5, #a2e0e7, #d1f3f5);
}

Teal Breeze color palette created on .