Libra Color Palette
Discover the beautiful Libra color palette featuring melanie (#e6c1cf), blossom (#d6a9c9), london hue (#b79bc5), ship cove (#6b7fb3) and smalt blue (#4f7d8c).
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 Libra palette
💻 Libra color palette CSS
/* CSS */
.color-1 {
color: #e6c1cf;
}
.color-2 {
color: #d6a9c9;
}
.color-3 {
color: #b79bc5;
}
.color-4 {
color: #6b7fb3;
}
.color-5 {
color: #4f7d8c;
}
/* CSS Variables */
:root {
--color-1: #e6c1cf;
--color-2: #d6a9c9;
--color-3: #b79bc5;
--color-4: #6b7fb3;
--color-5: #4f7d8c;
} 🌈 Libra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c1cf, #d6a9c9, #b79bc5, #6b7fb3, #4f7d8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c1cf, #d6a9c9, #b79bc5, #6b7fb3, #4f7d8c);
} 🔗 Explore similar color palettes
Libra color palette created on .