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: #f6b83c;
}
.color-2 {
color: #f8e1af;
}
.color-3 {
color: #9fd2df;
}
.color-4 {
color: #7da0cf;
}
.color-5 {
color: #505091;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8e1af;
--color-3: #9fd2df;
--color-4: #7da0cf;
--color-5: #505091;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8e1af, #9fd2df, #7da0cf, #505091);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8e1af, #9fd2df, #7da0cf, #505091);
}

Shades of Blue color palette created on .