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: #a3d6e0;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f2a27d;
}
.color-4 {
color: #e17d6b;
}
.color-5 {
color: #b05e8e;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #f4cbae;
--color-3: #f2a27d;
--color-4: #e17d6b;
--color-5: #b05e8e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #f4cbae, #f2a27d, #e17d6b, #b05e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #f4cbae, #f2a27d, #e17d6b, #b05e8e);
}

Shades of Blue color palette created on .