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: #f8cf7c;
}
.color-3 {
color: #a2d8d2;
}
.color-4 {
color: #6e97b4;
}
.color-5 {
color: #3e4a60;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8cf7c;
--color-3: #a2d8d2;
--color-4: #6e97b4;
--color-5: #3e4a60;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8cf7c, #a2d8d2, #6e97b4, #3e4a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8cf7c, #a2d8d2, #6e97b4, #3e4a60);
}

Shades of Blue color palette created on .