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: #007bff;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00b8f0;
}
.color-4 {
color: #66d9ff;
}
.color-5 {
color: #a3eaff;
}

/* CSS Variables */
:root {
--color-1: #007bff;
--color-2: #00a5e0;
--color-3: #00b8f0;
--color-4: #66d9ff;
--color-5: #a3eaff;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007bff, #00a5e0, #00b8f0, #66d9ff, #a3eaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007bff, #00a5e0, #00b8f0, #66d9ff, #a3eaff);
}

Shades of Blue color palette created on .