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: #4a8bba;
}
.color-3 {
color: #6fb3d8;
}
.color-4 {
color: #a2d6e6;
}
.color-5 {
color: #e2f3f8;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a8bba;
--color-3: #6fb3d8;
--color-4: #a2d6e6;
--color-5: #e2f3f8;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a8bba, #6fb3d8, #a2d6e6, #e2f3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a8bba, #6fb3d8, #a2d6e6, #e2f3f8);
}

Shades of Blue color palette created on .