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: #5d8098;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f0e9c7;
}
.color-4 {
color: #e9bea0;
}
.color-5 {
color: #d87c69;
}

/* CSS Variables */
:root {
--color-1: #5d8098;
--color-2: #a3c7e0;
--color-3: #f0e9c7;
--color-4: #e9bea0;
--color-5: #d87c69;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8098, #a3c7e0, #f0e9c7, #e9bea0, #d87c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8098, #a3c7e0, #f0e9c7, #e9bea0, #d87c69);
}

Blue Breeze color palette created on .