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