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: #1a3c7f;
}
.color-2 {
color: #f67d2c;
}
.color-3 {
color: #6f4c90;
}
.color-4 {
color: #f2b91c;
}
.color-5 {
color: #e04c38;
}

/* CSS Variables */
:root {
--color-1: #1a3c7f;
--color-2: #f67d2c;
--color-3: #6f4c90;
--color-4: #f2b91c;
--color-5: #e04c38;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3c7f, #f67d2c, #6f4c90, #f2b91c, #e04c38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3c7f, #f67d2c, #6f4c90, #f2b91c, #e04c38);
}

Shades of Blue color palette created on .