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: #a2e2e6;
}
.color-2 {
color: #5cc6d6;
}
.color-3 {
color: #2ba8b6;
}
.color-4 {
color: #1d8b87;
}
.color-5 {
color: #0f6a6c;
}

/* CSS Variables */
:root {
--color-1: #a2e2e6;
--color-2: #5cc6d6;
--color-3: #2ba8b6;
--color-4: #1d8b87;
--color-5: #0f6a6c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2e6, #5cc6d6, #2ba8b6, #1d8b87, #0f6a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2e6, #5cc6d6, #2ba8b6, #1d8b87, #0f6a6c);
}

Shades of Blue color palette created on .