Baby Blue Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Baby Blue Breeze palette

Share this palette to:

Download Baby Blue Breeze Color Palette (PNG)

Download baby blue breeze color palette PNG image (landscape)
Download baby blue breeze color palette PNG image (square)

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);
}

Baby Blue Breeze color palette created on .