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: #3b2b35;
}
.color-2 {
color: #5c4751;
}
.color-3 {
color: #7f626c;
}
.color-4 {
color: #a88086;
}
.color-5 {
color: #c69086;
}

/* CSS Variables */
:root {
--color-1: #3b2b35;
--color-2: #5c4751;
--color-3: #7f626c;
--color-4: #a88086;
--color-5: #c69086;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b35, #5c4751, #7f626c, #a88086, #c69086);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b35, #5c4751, #7f626c, #a88086, #c69086);
}

Similar color palettes

Scroll down to explore 2 Burgundy color palettes

Shades of Blue color palette created on .