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: #a7e4f1;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f8481b;
}
.color-5 {
color: #d83169;
}

/* CSS Variables */
:root {
--color-1: #a7e4f1;
--color-2: #5abfbd;
--color-3: #fab700;
--color-4: #f8481b;
--color-5: #d83169;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e4f1, #5abfbd, #fab700, #f8481b, #d83169);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e4f1, #5abfbd, #fab700, #f8481b, #d83169);
}

Shades of Blue color palette created on .