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: #9ed9e0;
}
.color-2 {
color: #69b4c9;
}
.color-3 {
color: #3c7a8b;
}
.color-4 {
color: #1c4969;
}
.color-5 {
color: #0b293c;
}

/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #69b4c9;
--color-3: #3c7a8b;
--color-4: #1c4969;
--color-5: #0b293c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #69b4c9, #3c7a8b, #1c4969, #0b293c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #69b4c9, #3c7a8b, #1c4969, #0b293c);
}

Shades of Blue color palette created on .