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