Dark Elegance Color Palette

Discover the beautiful Dark Elegance color palette featuring jacarta (#2f296a), waikawa gray (#5b5b8b), manatee (#8b8ba2), tacha (#d0d06c) and sunglo (#e06c6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Blue, Gray, Vibrant, Elegant, Soft Summer, Modern, Muted, High Contrast 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 Dark Elegance palette

Share this palette to:

💻 Dark Elegance color palette CSS

/* CSS */
.color-1 {
color: #2f296a;
}
.color-2 {
color: #5b5b8b;
}
.color-3 {
color: #8b8ba2;
}
.color-4 {
color: #d0d06c;
}
.color-5 {
color: #e06c6c;
}

/* CSS Variables */
:root {
--color-1: #2f296a;
--color-2: #5b5b8b;
--color-3: #8b8ba2;
--color-4: #d0d06c;
--color-5: #e06c6c;
}

🌈 Dark Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f296a, #5b5b8b, #8b8ba2, #d0d06c, #e06c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f296a, #5b5b8b, #8b8ba2, #d0d06c, #e06c6c);
}

Dark Elegance color palette created on .