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: #1f1f7a;
}
.color-2 {
color: #4f4fb5;
}
.color-3 {
color: #7b7bd1;
}
.color-4 {
color: #b3b3e6;
}
.color-5 {
color: #f5f5ff;
}
/* CSS Variables */
:root {
--color-1: #1f1f7a;
--color-2: #4f4fb5;
--color-3: #7b7bd1;
--color-4: #b3b3e6;
--color-5: #f5f5ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f7a, #4f4fb5, #7b7bd1, #b3b3e6, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f7a, #4f4fb5, #7b7bd1, #b3b3e6, #f5f5ff);
}
Similar color palettes
Shades of Blue color palette created on .