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: #1c3b6d;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #79b2c8;
}
.color-4 {
color: #a9e0e0;
}
.color-5 {
color: #f0f3f5;
}

/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #497b9c;
--color-3: #79b2c8;
--color-4: #a9e0e0;
--color-5: #f0f3f5;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #497b9c, #79b2c8, #a9e0e0, #f0f3f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #497b9c, #79b2c8, #a9e0e0, #f0f3f5);
}

Shades of Blue color palette created on .