Light Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue palette

Share this palette to:

Download Light Blue Color Palette (PNG)

Download light blue color palette PNG image (landscape)
Download light blue color palette PNG image (square)

Light Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b2e2e6;
}
.color-3 {
color: #e7f4f2;
}
.color-4 {
color: #f9f7f1;
}
.color-5 {
color: #b4cbd9;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e2e6;
--color-3: #e7f4f2;
--color-4: #f9f7f1;
--color-5: #b4cbd9;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e2e6, #e7f4f2, #f9f7f1, #b4cbd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e2e6, #e7f4f2, #f9f7f1, #b4cbd9);
}

Light Blue color palette created on .