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: #a3c7e0;
}
.color-2 {
color: #499bca;
}
.color-3 {
color: #c6b2a4;
}
.color-4 {
color: #e2a09d;
}
.color-5 {
color: #3d6b5c;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #499bca;
--color-3: #c6b2a4;
--color-4: #e2a09d;
--color-5: #3d6b5c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #499bca, #c6b2a4, #e2a09d, #3d6b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #499bca, #c6b2a4, #e2a09d, #3d6b5c);
}

Shades of Blue color palette created on .