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