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: #1f2942;
}
.color-2 {
color: #4b6e8b;
}
.color-3 {
color: #6ea4c4;
}
.color-4 {
color: #ffad5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4b6e8b;
--color-3: #6ea4c4;
--color-4: #ffad5c;
--color-5: #ff6e61;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4b6e8b, #6ea4c4, #ffad5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4b6e8b, #6ea4c4, #ffad5c, #ff6e61);
}

Shades of Blue color palette created on .