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: #a3c2e1;
}
.color-2 {
color: #75b8c7;
}
.color-3 {
color: #58a79e;
}
.color-4 {
color: #3e7965;
}
.color-5 {
color: #2b5e3c;
}

/* CSS Variables */
:root {
--color-1: #a3c2e1;
--color-2: #75b8c7;
--color-3: #58a79e;
--color-4: #3e7965;
--color-5: #2b5e3c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e1, #75b8c7, #58a79e, #3e7965, #2b5e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e1, #75b8c7, #58a79e, #3e7965, #2b5e3c);
}

Shades of Blue color palette created on .