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: #e4e2f3;
}
.color-2 {
color: #a9b4e0;
}
.color-3 {
color: #6c8bda;
}
.color-4 {
color: #4a68b5;
}
.color-5 {
color: #2d4b8b;
}

/* CSS Variables */
:root {
--color-1: #e4e2f3;
--color-2: #a9b4e0;
--color-3: #6c8bda;
--color-4: #4a68b5;
--color-5: #2d4b8b;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e2f3, #a9b4e0, #6c8bda, #4a68b5, #2d4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e2f3, #a9b4e0, #6c8bda, #4a68b5, #2d4b8b);
}

Shades of Blue color palette created on .