Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #0096cc;
}
.color-2 {
color: #4a4e68;
}
.color-3 {
color: #b0c4de;
}
.color-4 {
color: #007d80;
}
.color-5 {
color: #a0a9b6;
}
/* CSS Variables */
:root {
--color-1: #0096cc;
--color-2: #4a4e68;
--color-3: #b0c4de;
--color-4: #007d80;
--color-5: #a0a9b6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096cc, #4a4e68, #b0c4de, #007d80, #a0a9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096cc, #4a4e68, #b0c4de, #007d80, #a0a9b6);
}
Similar color palettes
Shades of Blue color palette created on .