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: #2b6ea1;
}
.color-2 {
color: #5db9d5;
}
.color-3 {
color: #8de2e2;
}
.color-4 {
color: #fbd06a;
}
.color-5 {
color: #f9792f;
}

/* CSS Variables */
:root {
--color-1: #2b6ea1;
--color-2: #5db9d5;
--color-3: #8de2e2;
--color-4: #fbd06a;
--color-5: #f9792f;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b6ea1, #5db9d5, #8de2e2, #fbd06a, #f9792f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b6ea1, #5db9d5, #8de2e2, #fbd06a, #f9792f);
}

Blue Breeze color palette created on .