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: #4b4fa0;
}
.color-2 {
color: #4f8cba;
}
.color-3 {
color: #37b3a3;
}
.color-4 {
color: #a4d94a;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #4b4fa0;
--color-2: #4f8cba;
--color-3: #37b3a3;
--color-4: #a4d94a;
--color-5: #f1c40e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4fa0, #4f8cba, #37b3a3, #a4d94a, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4fa0, #4f8cba, #37b3a3, #a4d94a, #f1c40e);
}

Shades of Blue color palette created on .