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