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: #efe4d7;
}
.color-2 {
color: #b0cfe8;
}
.color-3 {
color: #8cb5e3;
}
.color-4 {
color: #4f7cba;
}
.color-5 {
color: #2b4e6e;
}

/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #b0cfe8;
--color-3: #8cb5e3;
--color-4: #4f7cba;
--color-5: #2b4e6e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #b0cfe8, #8cb5e3, #4f7cba, #2b4e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #b0cfe8, #8cb5e3, #4f7cba, #2b4e6e);
}

Shades of Blue color palette created on .