Dark Fantasy Color Palette
Discover the beautiful Dark Fantasy color palette featuring mirage (#201a32), mulled wine (#4e3c5d), trendy pink (#896991), kobi (#e5a4c7) and azalea (#f5c2d9).
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 Dark Fantasy palette
💻 Dark Fantasy color palette CSS
/* CSS */
.color-1 {
color: #201a32;
}
.color-2 {
color: #4e3c5d;
}
.color-3 {
color: #896991;
}
.color-4 {
color: #e5a4c7;
}
.color-5 {
color: #f5c2d9;
}
/* CSS Variables */
:root {
--color-1: #201a32;
--color-2: #4e3c5d;
--color-3: #896991;
--color-4: #e5a4c7;
--color-5: #f5c2d9;
} 🌈 Dark Fantasy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201a32, #4e3c5d, #896991, #e5a4c7, #f5c2d9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201a32, #4e3c5d, #896991, #e5a4c7, #f5c2d9);
} 🔗 Explore similar color palettes
Dark Fantasy color palette created on .