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: #e7a15a;
}
.color-2 {
color: #efc56c;
}
.color-3 {
color: #f4e29a;
}
.color-4 {
color: #a3d7b6;
}
.color-5 {
color: #6fa6c8;
}

/* CSS Variables */
:root {
--color-1: #e7a15a;
--color-2: #efc56c;
--color-3: #f4e29a;
--color-4: #a3d7b6;
--color-5: #6fa6c8;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a15a, #efc56c, #f4e29a, #a3d7b6, #6fa6c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a15a, #efc56c, #f4e29a, #a3d7b6, #6fa6c8);
}

Shades of Blue color palette created on .