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: #d6e2e6;
}
.color-2 {
color: #a7c5d7;
}
.color-3 {
color: #7a9cb8;
}
.color-4 {
color: #4b7c9b;
}
.color-5 {
color: #2a4c6a;
}

/* CSS Variables */
:root {
--color-1: #d6e2e6;
--color-2: #a7c5d7;
--color-3: #7a9cb8;
--color-4: #4b7c9b;
--color-5: #2a4c6a;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e2e6, #a7c5d7, #7a9cb8, #4b7c9b, #2a4c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e2e6, #a7c5d7, #7a9cb8, #4b7c9b, #2a4c6a);
}

Shades of Blue color palette created on .