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: #e2a7d4;
}
.color-2 {
color: #c399eb;
}
.color-3 {
color: #a6c1e8;
}
.color-4 {
color: #6dcae8;
}
.color-5 {
color: #3d9ed6;
}
/* CSS Variables */
:root {
--color-1: #e2a7d4;
--color-2: #c399eb;
--color-3: #a6c1e8;
--color-4: #6dcae8;
--color-5: #3d9ed6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a7d4, #c399eb, #a6c1e8, #6dcae8, #3d9ed6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a7d4, #c399eb, #a6c1e8, #6dcae8, #3d9ed6);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Shades of Blue color palette created on .