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