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: #1a1c56;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #5f7ba5;
}
.color-4 {
color: #8db4c8;
}
.color-5 {
color: #c0e5f2;
}

/* CSS Variables */
:root {
--color-1: #1a1c56;
--color-2: #3b4b8c;
--color-3: #5f7ba5;
--color-4: #8db4c8;
--color-5: #c0e5f2;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c56, #3b4b8c, #5f7ba5, #8db4c8, #c0e5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c56, #3b4b8c, #5f7ba5, #8db4c8, #c0e5f2);
}

Shades of Blue color palette created on .