Blue Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Breeze palette
Blue Breeze color palette CSS
/* CSS */
.color-1 {
color: #4a9acf;
}
.color-2 {
color: #5dbae5;
}
.color-3 {
color: #4ce6b3;
}
.color-4 {
color: #f7b1a1;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #4a9acf;
--color-2: #5dbae5;
--color-3: #4ce6b3;
--color-4: #f7b1a1;
--color-5: #f76e6e;
}
Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9acf, #5dbae5, #4ce6b3, #f7b1a1, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9acf, #5dbae5, #4ce6b3, #f7b1a1, #f76e6e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Breeze color palette created on .