Light Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue palette

Share this palette to:

Light Blue color palette CSS

/* CSS */
.color-1 {
color: #b1c8d8;
}
.color-2 {
color: #a2b3c3;
}
.color-3 {
color: #9b9ba1;
}
.color-4 {
color: #d7c1d0;
}
.color-5 {
color: #f5e9b8;
}

/* CSS Variables */
:root {
--color-1: #b1c8d8;
--color-2: #a2b3c3;
--color-3: #9b9ba1;
--color-4: #d7c1d0;
--color-5: #f5e9b8;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c8d8, #a2b3c3, #9b9ba1, #d7c1d0, #f5e9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c8d8, #a2b3c3, #9b9ba1, #d7c1d0, #f5e9b8);
}

Light Blue color palette created on .