Blue Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Breeze palette

Share this palette to:

Download Blue Breeze Color Palette (PNG)

Download blue breeze color palette PNG image (landscape)
Download blue breeze color palette PNG image (square)

Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #6a75af;
}
.color-2 {
color: #00ffff;
}
.color-3 {
color: #33b9d7;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6a00;
}

/* CSS Variables */
:root {
--color-1: #6a75af;
--color-2: #00ffff;
--color-3: #33b9d7;
--color-4: #f5a300;
--color-5: #ff6a00;
}

Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a75af, #00ffff, #33b9d7, #f5a300, #ff6a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a75af, #00ffff, #33b9d7, #f5a300, #ff6a00);
}

Blue Breeze color palette created on .