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: #3884ff;
}
.color-2 {
color: #00d0ff;
}
.color-3 {
color: #00b3a7;
}
.color-4 {
color: #00b359;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #3884ff;
--color-2: #00d0ff;
--color-3: #00b3a7;
--color-4: #00b359;
--color-5: #4cae4f;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3884ff, #00d0ff, #00b3a7, #00b359, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3884ff, #00d0ff, #00b3a7, #00b359, #4cae4f);
}

Shades of Blue color palette created on .