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: #1e1e34;
}
.color-2 {
color: #4b4b53;
}
.color-3 {
color: #7b7b8a;
}
.color-4 {
color: #afafd4;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1e1e34;
--color-2: #4b4b53;
--color-3: #7b7b8a;
--color-4: #afafd4;
--color-5: #ff6e61;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e34, #4b4b53, #7b7b8a, #afafd4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e34, #4b4b53, #7b7b8a, #afafd4, #ff6e61);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Shades of Blue color palette created on .