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: #2e496b;
}
.color-2 {
color: #4c7d9a;
}
.color-3 {
color: #9fc4db;
}
.color-4 {
color: #f1c7a7;
}
.color-5 {
color: #f78d1d;
}

/* CSS Variables */
:root {
--color-1: #2e496b;
--color-2: #4c7d9a;
--color-3: #9fc4db;
--color-4: #f1c7a7;
--color-5: #f78d1d;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e496b, #4c7d9a, #9fc4db, #f1c7a7, #f78d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e496b, #4c7d9a, #9fc4db, #f1c7a7, #f78d1d);
}

Shades of Blue color palette created on .