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: #0077b3;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #4ed7e9;
}
.color-4 {
color: #80ffd4;
}
.color-5 {
color: #c3f9e1;
}
/* CSS Variables */
:root {
--color-1: #0077b3;
--color-2: #00a5e0;
--color-3: #4ed7e9;
--color-4: #80ffd4;
--color-5: #c3f9e1;
}
Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0077b3, #00a5e0, #4ed7e9, #80ffd4, #c3f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0077b3, #00a5e0, #4ed7e9, #80ffd4, #c3f9e1);
}
Similar color palettes
Blue Breeze color palette created on .