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: #f7c6b6;
}
.color-2 {
color: #f8e18b;
}
.color-3 {
color: #d1e1a8;
}
.color-4 {
color: #a6e3d5;
}
.color-5 {
color: #6ab2e2;
}

/* CSS Variables */
:root {
--color-1: #f7c6b6;
--color-2: #f8e18b;
--color-3: #d1e1a8;
--color-4: #a6e3d5;
--color-5: #6ab2e2;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b6, #f8e18b, #d1e1a8, #a6e3d5, #6ab2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b6, #f8e18b, #d1e1a8, #a6e3d5, #6ab2e2);
}

Light Blue color palette created on .