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: #e0f6ff;
}
.color-2 {
color: #b3e3ff;
}
.color-3 {
color: #82c3e8;
}
.color-4 {
color: #4e9cc6;
}
.color-5 {
color: #007a99;
}

/* CSS Variables */
:root {
--color-1: #e0f6ff;
--color-2: #b3e3ff;
--color-3: #82c3e8;
--color-4: #4e9cc6;
--color-5: #007a99;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6ff, #b3e3ff, #82c3e8, #4e9cc6, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6ff, #b3e3ff, #82c3e8, #4e9cc6, #007a99);
}

Shades of Blue color palette created on .