Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Shades palette
Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #6b7c94;
}
.color-2 {
color: #a6afb5;
}
.color-3 {
color: #c9d7e3;
}
.color-4 {
color: #f3c4a5;
}
.color-5 {
color: #e76a6a;
}
/* CSS Variables */
:root {
--color-1: #6b7c94;
--color-2: #a6afb5;
--color-3: #c9d7e3;
--color-4: #f3c4a5;
--color-5: #e76a6a;
}
Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7c94, #a6afb5, #c9d7e3, #f3c4a5, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7c94, #a6afb5, #c9d7e3, #f3c4a5, #e76a6a);
}
Similar color palettes
Blue Shades color palette created on .