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: #4587a1;
}
.color-2 {
color: #b6c0c9;
}
.color-3 {
color: #eaa9aa;
}
.color-4 {
color: #eba000;
}
.color-5 {
color: #dc4328;
}

/* CSS Variables */
:root {
--color-1: #4587a1;
--color-2: #b6c0c9;
--color-3: #eaa9aa;
--color-4: #eba000;
--color-5: #dc4328;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4587a1, #b6c0c9, #eaa9aa, #eba000, #dc4328);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4587a1, #b6c0c9, #eaa9aa, #eba000, #dc4328);
}

Shades of Blue color palette created on .