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: #3b4b6d;
}
.color-2 {
color: #4e6a8d;
}
.color-3 {
color: #a3c4d7;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #f8daaf;
}

/* CSS Variables */
:root {
--color-1: #3b4b6d;
--color-2: #4e6a8d;
--color-3: #a3c4d7;
--color-4: #f1a8a2;
--color-5: #f8daaf;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b6d, #4e6a8d, #a3c4d7, #f1a8a2, #f8daaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b6d, #4e6a8d, #a3c4d7, #f1a8a2, #f8daaf);
}

Shades of Blue color palette created on .