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: #2a2e50;
}
.color-2 {
color: #4b5a72;
}
.color-3 {
color: #7b9b9d;
}
.color-4 {
color: #a5d9d9;
}
.color-5 {
color: #f2e7d4;
}

/* CSS Variables */
:root {
--color-1: #2a2e50;
--color-2: #4b5a72;
--color-3: #7b9b9d;
--color-4: #a5d9d9;
--color-5: #f2e7d4;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e50, #4b5a72, #7b9b9d, #a5d9d9, #f2e7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e50, #4b5a72, #7b9b9d, #a5d9d9, #f2e7d4);
}

Shades of Blue color palette created on .