Blue Jean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Jean Breeze palette

Share this palette to:

Blue Jean Breeze color palette CSS

/* CSS */
.color-1 {
color: #1560bc;
}
.color-2 {
color: #4f8cc9;
}
.color-3 {
color: #8ab4e0;
}
.color-4 {
color: #b2d6f0;
}
.color-5 {
color: #e0f4ff;
}

/* CSS Variables */
:root {
--color-1: #1560bc;
--color-2: #4f8cc9;
--color-3: #8ab4e0;
--color-4: #b2d6f0;
--color-5: #e0f4ff;
}

Blue Jean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1560bc, #4f8cc9, #8ab4e0, #b2d6f0, #e0f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1560bc, #4f8cc9, #8ab4e0, #b2d6f0, #e0f4ff);
}

Blue Jean Breeze color palette created on .