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: #9fc4e9;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #8b9a79;
}
.color-5 {
color: #4c8b3c;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f1c84b;
--color-3: #f1a8a2;
--color-4: #8b9a79;
--color-5: #4c8b3c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f1c84b, #f1a8a2, #8b9a79, #4c8b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f1c84b, #f1a8a2, #8b9a79, #4c8b3c);
}

Shades of Blue color palette created on .