Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breeze palette

Share this palette to:

Breeze color palette CSS

/* CSS */
.color-1 {
color: #cbe6d6;
}
.color-2 {
color: #afd9ca;
}
.color-3 {
color: #82c9bf;
}
.color-4 {
color: #5db6a7;
}
.color-5 {
color: #4b9b8c;
}

/* CSS Variables */
:root {
--color-1: #cbe6d6;
--color-2: #afd9ca;
--color-3: #82c9bf;
--color-4: #5db6a7;
--color-5: #4b9b8c;
}

Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbe6d6, #afd9ca, #82c9bf, #5db6a7, #4b9b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbe6d6, #afd9ca, #82c9bf, #5db6a7, #4b9b8c);
}

Breeze color palette created on .