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: #387aff;
}
.color-2 {
color: #4d8eff;
}
.color-3 {
color: #85b1ff;
}
.color-4 {
color: #b3d1ff;
}
.color-5 {
color: #f1e5ff;
}
/* CSS Variables */
:root {
--color-1: #387aff;
--color-2: #4d8eff;
--color-3: #85b1ff;
--color-4: #b3d1ff;
--color-5: #f1e5ff;
}
Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #387aff, #4d8eff, #85b1ff, #b3d1ff, #f1e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #387aff, #4d8eff, #85b1ff, #b3d1ff, #f1e5ff);
}
Similar color palettes
Blue Breeze color palette created on .