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: #fcfcfc;
}
.color-2 {
color: #a3c3e0;
}
.color-3 {
color: #699fc9;
}
.color-4 {
color: #007a99;
}
.color-5 {
color: #006080;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #a3c3e0;
--color-3: #699fc9;
--color-4: #007a99;
--color-5: #006080;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #a3c3e0, #699fc9, #007a99, #006080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #a3c3e0, #699fc9, #007a99, #006080);
}

Shades of Blue color palette created on .