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