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