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: #6999c3;
}
.color-2 {
color: #a3d5e0;
}
.color-3 {
color: #f8e3b4;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #e57171;
}

/* CSS Variables */
:root {
--color-1: #6999c3;
--color-2: #a3d5e0;
--color-3: #f8e3b4;
--color-4: #f7b5a1;
--color-5: #e57171;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6999c3, #a3d5e0, #f8e3b4, #f7b5a1, #e57171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6999c3, #a3d5e0, #f8e3b4, #f7b5a1, #e57171);
}

Light Blue color palette created on .