Discover the beautiful Dark Purple with a Pop of Green color palette featuring revolver (#1a0c1d), livid brown (#3c203b), eggplant (#5d3c56), opium (#906f6f) and spring green (#1aff4b).

Dark Purple with a Pop of Green Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Dark Purple with a Pop of Green palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Dark Purple with a Pop of Green palette

Share this palette to:

💻 Dark Purple with a Pop of Green color palette CSS

/* CSS */
.color-1 {
color: #1a0c1d;
}
.color-2 {
color: #3c203b;
}
.color-3 {
color: #5d3c56;
}
.color-4 {
color: #906f6f;
}
.color-5 {
color: #1aff4b;
}

/* CSS Variables */
:root {
--color-1: #1a0c1d;
--color-2: #3c203b;
--color-3: #5d3c56;
--color-4: #906f6f;
--color-5: #1aff4b;
}

🌈 Dark Purple with a Pop of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0c1d, #3c203b, #5d3c56, #906f6f, #1aff4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0c1d, #3c203b, #5d3c56, #906f6f, #1aff4b);
}

Dark Purple with a Pop of Green color palette created on .