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: #3a5a8d;
}
.color-2 {
color: #2d8b7e;
}
.color-3 {
color: #624a8c;
}
.color-4 {
color: #a2c8a5;
}
.color-5 {
color: #f69e4c;
}

/* CSS Variables */
:root {
--color-1: #3a5a8d;
--color-2: #2d8b7e;
--color-3: #624a8c;
--color-4: #a2c8a5;
--color-5: #f69e4c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5a8d, #2d8b7e, #624a8c, #a2c8a5, #f69e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5a8d, #2d8b7e, #624a8c, #a2c8a5, #f69e4c);
}

Shades of Blue color palette created on .