Purple Nightmare Color Palette

Discover the beautiful Purple Nightmare color palette featuring jagger (#361154), gigas (#433298), studio (#6447aa), lavender (#b07bd5) and light orchid (#e09cd4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Elegant, Lavender, Modern, Pink, Plum, Vibrant 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 Purple Nightmare palette

Share this palette to:

💻 Purple Nightmare color palette CSS

/* CSS */
.color-1 {
color: #361154;
}
.color-2 {
color: #433298;
}
.color-3 {
color: #6447aa;
}
.color-4 {
color: #b07bd5;
}
.color-5 {
color: #e09cd4;
}

/* CSS Variables */
:root {
--color-1: #361154;
--color-2: #433298;
--color-3: #6447aa;
--color-4: #b07bd5;
--color-5: #e09cd4;
}

🌈 Purple Nightmare background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #361154, #433298, #6447aa, #b07bd5, #e09cd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #361154, #433298, #6447aa, #b07bd5, #e09cd4);
}

Purple Nightmare color palette created on .