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