Cursed Energy Color Palette

Discover the beautiful Cursed Energy color palette featuring purple (#690dab), heliotrope (#a55cff), blush pink (#ff75ff), international orange (#ff5100) and yellow (#fffb00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Bright, Vibrant, Magenta, Orange, Yellow, Energy, Psychedelic, High Contrast 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 Cursed Energy palette

Share this palette to:

💻 Cursed Energy color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a55cff;
}
.color-3 {
color: #ff75ff;
}
.color-4 {
color: #ff5100;
}
.color-5 {
color: #fffb00;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a55cff;
--color-3: #ff75ff;
--color-4: #ff5100;
--color-5: #fffb00;
}

🌈 Cursed Energy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a55cff, #ff75ff, #ff5100, #fffb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a55cff, #ff75ff, #ff5100, #fffb00);
}

Cursed Energy color palette created on .