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: #0f142a;
}
.color-2 {
color: #202346;
}
.color-3 {
color: #253e5b;
}
.color-4 {
color: #4656a0;
}
.color-5 {
color: #676f98;
}

/* CSS Variables */
:root {
--color-1: #0f142a;
--color-2: #202346;
--color-3: #253e5b;
--color-4: #4656a0;
--color-5: #676f98;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f142a, #202346, #253e5b, #4656a0, #676f98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f142a, #202346, #253e5b, #4656a0, #676f98);
}

Similar color palettes

Scroll down to explore 3 Navy color palettes

Shades of Blue color palette created on .