Blue Space Color Palette
Discover the beautiful Blue Space color palette featuring chambray (#395a89), wedgewood (#4d7c99), glacier (#80b1c2), regent st blue (#a1d0e8) and polar (#e6f8f9).
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 Blue Space palette
💻 Blue Space color palette CSS
/* CSS */
.color-1 {
color: #395a89;
}
.color-2 {
color: #4d7c99;
}
.color-3 {
color: #80b1c2;
}
.color-4 {
color: #a1d0e8;
}
.color-5 {
color: #e6f8f9;
}
/* CSS Variables */
:root {
--color-1: #395a89;
--color-2: #4d7c99;
--color-3: #80b1c2;
--color-4: #a1d0e8;
--color-5: #e6f8f9;
}
🌈 Blue Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395a89, #4d7c99, #80b1c2, #a1d0e8, #e6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395a89, #4d7c99, #80b1c2, #a1d0e8, #e6f8f9);
}
🔗 Explore similar color palettes
Blue Space color palette created on .