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