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