Loading...

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: #ffffff;
}
.color-2 {
color: #e5f7ff;
}
.color-3 {
color: #cceeff;
}
.color-4 {
color: #99d6ff;
}
.color-5 {
color: #66b2ff;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e5f7ff;
--color-3: #cceeff;
--color-4: #99d6ff;
--color-5: #66b2ff;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e5f7ff, #cceeff, #99d6ff, #66b2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e5f7ff, #cceeff, #99d6ff, #66b2ff);
}

Light Blue color palette created on .