Blue Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Breeze Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Breeze color palette created on .