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: #1f8fff;
}
.color-2 {
color: #3ea4e0;
}
.color-3 {
color: #6ac8e7;
}
.color-4 {
color: #a3e4f0;
}
.color-5 {
color: #f0f9ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3ea4e0;
--color-3: #6ac8e7;
--color-4: #a3e4f0;
--color-5: #f0f9ff;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3ea4e0, #6ac8e7, #a3e4f0, #f0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3ea4e0, #6ac8e7, #a3e4f0, #f0f9ff);
}

Blue Breeze color palette created on .