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: #6d89c5;
}
.color-2 {
color: #9fc3e5;
}
.color-3 {
color: #d4e6f7;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #f55f24;
}

/* CSS Variables */
:root {
--color-1: #6d89c5;
--color-2: #9fc3e5;
--color-3: #d4e6f7;
--color-4: #f5c400;
--color-5: #f55f24;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d89c5, #9fc3e5, #d4e6f7, #f5c400, #f55f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d89c5, #9fc3e5, #d4e6f7, #f5c400, #f55f24);
}

Shades of Blue color palette created on .