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: #9a5a2d;
}
.color-2 {
color: #3b8dba;
}
.color-3 {
color: #2d3c71;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #9a5a2d;
--color-2: #3b8dba;
--color-3: #2d3c71;
--color-4: #f7c94b;
--color-5: #e74d3c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5a2d, #3b8dba, #2d3c71, #f7c94b, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5a2d, #3b8dba, #2d3c71, #f7c94b, #e74d3c);
}

Shades of Blue color palette created on .