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: #00a5e0;
}
.color-2 {
color: #008ab8;
}
.color-3 {
color: #007a99;
}
.color-4 {
color: #006c7a;
}
.color-5 {
color: #005a61;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #008ab8;
--color-3: #007a99;
--color-4: #006c7a;
--color-5: #005a61;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #008ab8, #007a99, #006c7a, #005a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #008ab8, #007a99, #006c7a, #005a61);
}

Shades of Blue color palette created on .