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: #9cd8e3;
}
.color-2 {
color: #6b9fb8;
}
.color-3 {
color: #4c7b94;
}
.color-4 {
color: #396079;
}
.color-5 {
color: #2a4b65;
}

/* CSS Variables */
:root {
--color-1: #9cd8e3;
--color-2: #6b9fb8;
--color-3: #4c7b94;
--color-4: #396079;
--color-5: #2a4b65;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cd8e3, #6b9fb8, #4c7b94, #396079, #2a4b65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cd8e3, #6b9fb8, #4c7b94, #396079, #2a4b65);
}

Shades of Blue color palette created on .