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: #a3c9e1;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f8d5a0;
}
.color-4 {
color: #c8e1e4;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #a3c9e1;
--color-2: #f5a524;
--color-3: #f8d5a0;
--color-4: #c8e1e4;
--color-5: #eab8d1;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c9e1, #f5a524, #f8d5a0, #c8e1e4, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c9e1, #f5a524, #f8d5a0, #c8e1e4, #eab8d1);
}

Light Blue color palette created on .