Aesthetic Dark Color Palette
Discover the beautiful Aesthetic Dark color palette featuring port gore (#1d1a3c), martinique (#392c59), mulled wine (#5f4c7b), trendy pink (#8b6d9c) and light orchid (#e2a7c2).
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 Aesthetic Dark palette
💻 Aesthetic Dark color palette CSS
/* CSS */
.color-1 {
color: #1d1a3c;
}
.color-2 {
color: #392c59;
}
.color-3 {
color: #5f4c7b;
}
.color-4 {
color: #8b6d9c;
}
.color-5 {
color: #e2a7c2;
}
/* CSS Variables */
:root {
--color-1: #1d1a3c;
--color-2: #392c59;
--color-3: #5f4c7b;
--color-4: #8b6d9c;
--color-5: #e2a7c2;
} 🌈 Aesthetic Dark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1a3c, #392c59, #5f4c7b, #8b6d9c, #e2a7c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1a3c, #392c59, #5f4c7b, #8b6d9c, #e2a7c2);
} 🔗 Explore similar color palettes
Aesthetic Dark color palette created on .