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: #1e73b8;
}
.color-2 {
color: #50b2d3;
}
.color-3 {
color: #84d1e6;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f78c22;
}

/* CSS Variables */
:root {
--color-1: #1e73b8;
--color-2: #50b2d3;
--color-3: #84d1e6;
--color-4: #f4d35d;
--color-5: #f78c22;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e73b8, #50b2d3, #84d1e6, #f4d35d, #f78c22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e73b8, #50b2d3, #84d1e6, #f4d35d, #f78c22);
}

Shades of Blue color palette created on .