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: #598ba1;
}
.color-3 {
color: #83c8d2;
}
.color-4 {
color: #f4b848;
}
.color-5 {
color: #e76a6a;
}

/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #598ba1;
--color-3: #83c8d2;
--color-4: #f4b848;
--color-5: #e76a6a;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #598ba1, #83c8d2, #f4b848, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #598ba1, #83c8d2, #f4b848, #e76a6a);
}

Shades of Blue color palette created on .