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