Shades of Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue palette

Share this palette to:

Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #8eb3d2;
}
.color-3 {
color: #5d9bd5;
}
.color-4 {
color: #3d7a99;
}
.color-5 {
color: #2a5a7a;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #8eb3d2;
--color-3: #5d9bd5;
--color-4: #3d7a99;
--color-5: #2a5a7a;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #8eb3d2, #5d9bd5, #3d7a99, #2a5a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #8eb3d2, #5d9bd5, #3d7a99, #2a5a7a);
}

Shades of Blue color palette created on .