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: #003366;
}
.color-2 {
color: #005a8a;
}
.color-3 {
color: #0088a3;
}
.color-4 {
color: #00b3c7;
}
.color-5 {
color: #00e0f0;
}

/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #005a8a;
--color-3: #0088a3;
--color-4: #00b3c7;
--color-5: #00e0f0;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #005a8a, #0088a3, #00b3c7, #00e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #005a8a, #0088a3, #00b3c7, #00e0f0);
}

Shades of Blue color palette created on .