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: #3e8fac;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #e7b99c;
}
.color-4 {
color: #d87c4b;
}
.color-5 {
color: #a94f3d;
}

/* CSS Variables */
:root {
--color-1: #3e8fac;
--color-2: #a1c6d4;
--color-3: #e7b99c;
--color-4: #d87c4b;
--color-5: #a94f3d;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8fac, #a1c6d4, #e7b99c, #d87c4b, #a94f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8fac, #a1c6d4, #e7b99c, #d87c4b, #a94f3d);
}

Shades of Blue color palette created on .