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: #e7ab4b;
}
.color-2 {
color: #d55d4d;
}
.color-3 {
color: #4f8c86;
}
.color-4 {
color: #2d607c;
}
.color-5 {
color: #163d5a;
}

/* CSS Variables */
:root {
--color-1: #e7ab4b;
--color-2: #d55d4d;
--color-3: #4f8c86;
--color-4: #2d607c;
--color-5: #163d5a;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ab4b, #d55d4d, #4f8c86, #2d607c, #163d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ab4b, #d55d4d, #4f8c86, #2d607c, #163d5a);
}

Shades of Blue color palette created on .