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: #1f2937;
}
.color-2 {
color: #2e4152;
}
.color-3 {
color: #4a6068;
}
.color-4 {
color: #a2c3c8;
}
.color-5 {
color: #f1e7df;
}

/* CSS Variables */
:root {
--color-1: #1f2937;
--color-2: #2e4152;
--color-3: #4a6068;
--color-4: #a2c3c8;
--color-5: #f1e7df;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2937, #2e4152, #4a6068, #a2c3c8, #f1e7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2937, #2e4152, #4a6068, #a2c3c8, #f1e7df);
}

Shades of Blue color palette created on .