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