Baby Blue Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Baby Blue Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Baby Blue Breeze Color Palette (PNG)
Baby Blue Breeze color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #d5f1f6;
}
.color-4 {
color: #e6f7f9;
}
.color-5 {
color: #f0fbff;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e0f0;
--color-3: #d5f1f6;
--color-4: #e6f7f9;
--color-5: #f0fbff;
}
Baby Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e0f0, #d5f1f6, #e6f7f9, #f0fbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e0f0, #d5f1f6, #e6f7f9, #f0fbff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Baby Blue Breeze color palette created on .