Blue Elegance Color Palette
Discover the beautiful Blue Elegance color palette featuring chambray (#3b5d9b), wedgewood (#4e7da2), neptune (#77a2b6), regent st blue (#a5d8e3) and kobi (#f0b2d1).
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 Elegance palette
💻 Blue Elegance color palette CSS
/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #4e7da2;
}
.color-3 {
color: #77a2b6;
}
.color-4 {
color: #a5d8e3;
}
.color-5 {
color: #f0b2d1;
}
/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #4e7da2;
--color-3: #77a2b6;
--color-4: #a5d8e3;
--color-5: #f0b2d1;
} 🌈 Blue Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #4e7da2, #77a2b6, #a5d8e3, #f0b2d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #4e7da2, #77a2b6, #a5d8e3, #f0b2d1);
} 🔗 Explore similar color palettes
Blue Elegance color palette created on .