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: #a3d7e0;
}
.color-2 {
color: #9fc7e0;
}
.color-3 {
color: #b0e0e8;
}
.color-4 {
color: #e1f3f4;
}
.color-5 {
color: #e4b4c2;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #9fc7e0;
--color-3: #b0e0e8;
--color-4: #e1f3f4;
--color-5: #e4b4c2;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #9fc7e0, #b0e0e8, #e1f3f4, #e4b4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #9fc7e0, #b0e0e8, #e1f3f4, #e4b4c2);
}

Light Blue color palette created on .