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: #0096b8;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #00d0ff;
}
.color-4 {
color: #74e9f6;
}
.color-5 {
color: #9ef9ff;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b4e6;
--color-3: #00d0ff;
--color-4: #74e9f6;
--color-5: #9ef9ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b4e6, #00d0ff, #74e9f6, #9ef9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b4e6, #00d0ff, #74e9f6, #9ef9ff);
}
Similar color palettes
Shades of Blue color palette created on .