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: #f6e6a7;
}
.color-2 {
color: #f5c9c2;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #a4c4df;
}
.color-5 {
color: #5e8ca6;
}

/* CSS Variables */
:root {
--color-1: #f6e6a7;
--color-2: #f5c9c2;
--color-3: #eab8e4;
--color-4: #a4c4df;
--color-5: #5e8ca6;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6a7, #f5c9c2, #eab8e4, #a4c4df, #5e8ca6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6a7, #f5c9c2, #eab8e4, #a4c4df, #5e8ca6);
}

Light Blue color palette created on .