Blue Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Breeze palette

Share this palette to:

Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #4fb8e8;
}
.color-3 {
color: #7ed0e7;
}
.color-4 {
color: #a1e5f2;
}
.color-5 {
color: #d6f6ff;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #4fb8e8;
--color-3: #7ed0e7;
--color-4: #a1e5f2;
--color-5: #d6f6ff;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #4fb8e8, #7ed0e7, #a1e5f2, #d6f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #4fb8e8, #7ed0e7, #a1e5f2, #d6f6ff);
}

Blue Breeze color palette created on .