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: #a3d5e0;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #8eadeb;
}
.color-4 {
color: #5b9edc;
}
.color-5 {
color: #3b7bb0;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #a2c7e7;
--color-3: #8eadeb;
--color-4: #5b9edc;
--color-5: #3b7bb0;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #a2c7e7, #8eadeb, #5b9edc, #3b7bb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #a2c7e7, #8eadeb, #5b9edc, #3b7bb0);
}

Light Blue color palette created on .