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: #f5c7c7;
}
.color-2 {
color: #f8d8a0;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #b3e2f4;
}
.color-5 {
color: #85c2ff;
}

/* CSS Variables */
:root {
--color-1: #f5c7c7;
--color-2: #f8d8a0;
--color-3: #f9e59f;
--color-4: #b3e2f4;
--color-5: #85c2ff;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7c7, #f8d8a0, #f9e59f, #b3e2f4, #85c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7c7, #f8d8a0, #f9e59f, #b3e2f4, #85c2ff);
}

Light Blue color palette created on .