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: #1e3d6b;
}
.color-2 {
color: #3b5a8c;
}
.color-3 {
color: #627f9d;
}
.color-4 {
color: #a5c8d5;
}
.color-5 {
color: #f7e2b0;
}

/* CSS Variables */
:root {
--color-1: #1e3d6b;
--color-2: #3b5a8c;
--color-3: #627f9d;
--color-4: #a5c8d5;
--color-5: #f7e2b0;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3d6b, #3b5a8c, #627f9d, #a5c8d5, #f7e2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3d6b, #3b5a8c, #627f9d, #a5c8d5, #f7e2b0);
}

Blue Breeze color palette created on .