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: #3464a8;
}
.color-2 {
color: #498cca;
}
.color-3 {
color: #70b4e1;
}
.color-4 {
color: #a1d7e8;
}
.color-5 {
color: #f5fafa;
}

/* CSS Variables */
:root {
--color-1: #3464a8;
--color-2: #498cca;
--color-3: #70b4e1;
--color-4: #a1d7e8;
--color-5: #f5fafa;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3464a8, #498cca, #70b4e1, #a1d7e8, #f5fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3464a8, #498cca, #70b4e1, #a1d7e8, #f5fafa);
}

Blue Breeze color palette created on .