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: #f6a2a2;
}
.color-2 {
color: #f1e6a7;
}
.color-3 {
color: #a8e6ce;
}
.color-4 {
color: #81d6e9;
}
.color-5 {
color: #3d91e6;
}

/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f1e6a7;
--color-3: #a8e6ce;
--color-4: #81d6e9;
--color-5: #3d91e6;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f1e6a7, #a8e6ce, #81d6e9, #3d91e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f1e6a7, #a8e6ce, #81d6e9, #3d91e6);
}

Shades of Blue color palette created on .