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: #4b91e2;
}
.color-2 {
color: #4fb4d8;
}
.color-3 {
color: #6cd5c0;
}
.color-4 {
color: #b4e9a5;
}
.color-5 {
color: #f5e88a;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb4d8;
--color-3: #6cd5c0;
--color-4: #b4e9a5;
--color-5: #f5e88a;
}
Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb4d8, #6cd5c0, #b4e9a5, #f5e88a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb4d8, #6cd5c0, #b4e9a5, #f5e88a);
}
Similar color palettes
Blue Breeze color palette created on .