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: #c3d9b5;
}
.color-2 {
color: #a7c3d7;
}
.color-3 {
color: #699ae8;
}
.color-4 {
color: #405b9c;
}
.color-5 {
color: #2f3d5b;
}
/* CSS Variables */
:root {
--color-1: #c3d9b5;
--color-2: #a7c3d7;
--color-3: #699ae8;
--color-4: #405b9c;
--color-5: #2f3d5b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d9b5, #a7c3d7, #699ae8, #405b9c, #2f3d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d9b5, #a7c3d7, #699ae8, #405b9c, #2f3d5b);
}
Similar color palettes
Shades of Blue color palette created on .