Elegant Color Palette
Discover the beautiful Elegant color palette featuring blue zodiac (#0c1341), perano (#a3b0f0), metallic copper (#732c21), buff (#f2db88) and celadon (#abe3b2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCream, Lavender color palettes and combinations.
💡 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 Elegant palette
💻 Elegant color palette CSS
/* CSS */
.color-1 {
color: #0c1341;
}
.color-2 {
color: #a3b0f0;
}
.color-3 {
color: #732c21;
}
.color-4 {
color: #f2db88;
}
.color-5 {
color: #abe3b2;
}
/* CSS Variables */
:root {
--color-1: #0c1341;
--color-2: #a3b0f0;
--color-3: #732c21;
--color-4: #f2db88;
--color-5: #abe3b2;
} 🌈 Elegant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c1341, #a3b0f0, #732c21, #f2db88, #abe3b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c1341, #a3b0f0, #732c21, #f2db88, #abe3b2);
} 🔗 Explore similar color palettes
Elegant color palette created on .