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: #8bc7e5;
}
.color-2 {
color: #6cb4d5;
}
.color-3 {
color: #4b99c3;
}
.color-4 {
color: #407dba;
}
.color-5 {
color: #2f6f9d;
}

/* CSS Variables */
:root {
--color-1: #8bc7e5;
--color-2: #6cb4d5;
--color-3: #4b99c3;
--color-4: #407dba;
--color-5: #2f6f9d;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc7e5, #6cb4d5, #4b99c3, #407dba, #2f6f9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc7e5, #6cb4d5, #4b99c3, #407dba, #2f6f9d);
}

Light Blue color palette created on .