Shades of Baby Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Baby Blue palette
Download Shades of Baby Blue Color Palette (PNG)
Shades of Baby Blue color palette CSS
/* CSS */
.color-1 {
color: #a5d9e9;
}
.color-2 {
color: #80b3d6;
}
.color-3 {
color: #5ba3cd;
}
.color-4 {
color: #3b84b5;
}
.color-5 {
color: #1e4e76;
}
/* CSS Variables */
:root {
--color-1: #a5d9e9;
--color-2: #80b3d6;
--color-3: #5ba3cd;
--color-4: #3b84b5;
--color-5: #1e4e76;
}
Shades of Baby Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d9e9, #80b3d6, #5ba3cd, #3b84b5, #1e4e76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d9e9, #80b3d6, #5ba3cd, #3b84b5, #1e4e76);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Baby Blue color palette created on .