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