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