Shades of Baby Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Baby Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Baby Blue Color Palette (PNG)
Shades of Baby Blue color palette CSS
/* CSS */
.color-1 {
color: #f3fafc;
}
.color-2 {
color: #ebf4f9;
}
.color-3 {
color: #e2f0f8;
}
.color-4 {
color: #dceaf4;
}
.color-5 {
color: #d2e0ea;
}
/* CSS Variables */
:root {
--color-1: #f3fafc;
--color-2: #ebf4f9;
--color-3: #e2f0f8;
--color-4: #dceaf4;
--color-5: #d2e0ea;
}
Shades of Baby Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3fafc, #ebf4f9, #e2f0f8, #dceaf4, #d2e0ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3fafc, #ebf4f9, #e2f0f8, #dceaf4, #d2e0ea);
}
Similar color palettes
Shades of Baby Blue color palette created on .