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