Aubergine Elegance Color Palette
Discover the beautiful Aubergine Elegance color palette featuring aubergine (#39090f), buccaneer (#5b292c), au chico (#8c4f54), rodeo dust (#ccaf9e) and cavern pink (#e7c5c8).
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 Aubergine Elegance palette
💻 Aubergine Elegance color palette CSS
/* CSS */
.color-1 {
color: #39090f;
}
.color-2 {
color: #5b292c;
}
.color-3 {
color: #8c4f54;
}
.color-4 {
color: #ccaf9e;
}
.color-5 {
color: #e7c5c8;
}
/* CSS Variables */
:root {
--color-1: #39090f;
--color-2: #5b292c;
--color-3: #8c4f54;
--color-4: #ccaf9e;
--color-5: #e7c5c8;
} 🌈 Aubergine Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39090f, #5b292c, #8c4f54, #ccaf9e, #e7c5c8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39090f, #5b292c, #8c4f54, #ccaf9e, #e7c5c8);
} 🔗 Explore similar color palettes
Aubergine Elegance color palette created on .