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: #0a3671;
}
.color-2 {
color: #1a6699;
}
.color-3 {
color: #2c8dba;
}
.color-4 {
color: #55b3d8;
}
.color-5 {
color: #deba5e;
}

/* CSS Variables */
:root {
--color-1: #0a3671;
--color-2: #1a6699;
--color-3: #2c8dba;
--color-4: #55b3d8;
--color-5: #deba5e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a3671, #1a6699, #2c8dba, #55b3d8, #deba5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a3671, #1a6699, #2c8dba, #55b3d8, #deba5e);
}

Shades of Blue color palette created on .