Murder Drones Color Palette

Discover the beautiful Murder Drones color palette featuring east bay (#4e4c7b), smoky (#6a4f78), trendy pink (#8d5b9a), brandy rose (#b47f7e) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Modern, Deep, Purple, Pink, Yellow, Bright 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 Murder Drones palette

Share this palette to:

💻 Murder Drones color palette CSS

/* CSS */
.color-1 {
color: #4e4c7b;
}
.color-2 {
color: #6a4f78;
}
.color-3 {
color: #8d5b9a;
}
.color-4 {
color: #b47f7e;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #4e4c7b;
--color-2: #6a4f78;
--color-3: #8d5b9a;
--color-4: #b47f7e;
--color-5: #f9c54e;
}

🌈 Murder Drones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e4c7b, #6a4f78, #8d5b9a, #b47f7e, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e4c7b, #6a4f78, #8d5b9a, #b47f7e, #f9c54e);
}

Murder Drones color palette created on .