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: #1e3a76;
}
.color-2 {
color: #4b8bc3;
}
.color-3 {
color: #79b6e2;
}
.color-4 {
color: #a5d8e9;
}
.color-5 {
color: #e2f1f8;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b8bc3;
--color-3: #79b6e2;
--color-4: #a5d8e9;
--color-5: #e2f1f8;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b8bc3, #79b6e2, #a5d8e9, #e2f1f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b8bc3, #79b6e2, #a5d8e9, #e2f1f8);
}

Shades of Blue color palette created on .