Soft Blue Gray Color Palette
Discover the beautiful Soft Blue Gray color palette featuring spindle (#bed7ea), regent st blue (#accce2), half baked (#96bdd9), half baked (#7aadd1) and hippie blue (#62a1bc).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Soft Blue Gray palette
💻 Soft Blue Gray color palette CSS
/* CSS */
.color-1 {
color: #bed7ea;
}
.color-2 {
color: #accce2;
}
.color-3 {
color: #96bdd9;
}
.color-4 {
color: #7aadd1;
}
.color-5 {
color: #62a1bc;
}
/* CSS Variables */
:root {
--color-1: #bed7ea;
--color-2: #accce2;
--color-3: #96bdd9;
--color-4: #7aadd1;
--color-5: #62a1bc;
} 🌈 Soft Blue Gray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bed7ea, #accce2, #96bdd9, #7aadd1, #62a1bc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bed7ea, #accce2, #96bdd9, #7aadd1, #62a1bc);
} 🔗 Explore similar color palettes
Soft Blue Gray color palette created on .