Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Shades palette

Share this palette to:

Blue Shades color palette CSS

/* CSS */
.color-1 {
color: #d8d7db;
}
.color-2 {
color: #b2c4d7;
}
.color-3 {
color: #4c6f9a;
}
.color-4 {
color: #2b4564;
}
.color-5 {
color: #1f2a38;
}

/* CSS Variables */
:root {
--color-1: #d8d7db;
--color-2: #b2c4d7;
--color-3: #4c6f9a;
--color-4: #2b4564;
--color-5: #1f2a38;
}

Blue Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d7db, #b2c4d7, #4c6f9a, #2b4564, #1f2a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d7db, #b2c4d7, #4c6f9a, #2b4564, #1f2a38);
}

Blue Shades color palette created on .