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: #1b2023;
}
.color-2 {
color: #3b4a4e;
}
.color-3 {
color: #5a6a6d;
}
.color-4 {
color: #7b9c9d;
}
.color-5 {
color: #99c0c2;
}

/* CSS Variables */
:root {
--color-1: #1b2023;
--color-2: #3b4a4e;
--color-3: #5a6a6d;
--color-4: #7b9c9d;
--color-5: #99c0c2;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2023, #3b4a4e, #5a6a6d, #7b9c9d, #99c0c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2023, #3b4a4e, #5a6a6d, #7b9c9d, #99c0c2);
}

Shades of Blue color palette created on .