The Death Of a Star Color Palette

Discover the beautiful The Death Of a Star color palette featuring violet (#390a43), disco (#741a68), rouge (#aa3c7c), tango (#e76718) and school bus yellow (#fad900).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cosmic, Orange, Pink, Purple, Red, Space, Star, Yellow 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 The Death Of a Star palette

Share this palette to:

💻 The Death Of a Star color palette CSS

/* CSS */
.color-1 {
color: #390a43;
}
.color-2 {
color: #741a68;
}
.color-3 {
color: #aa3c7c;
}
.color-4 {
color: #e76718;
}
.color-5 {
color: #fad900;
}

/* CSS Variables */
:root {
--color-1: #390a43;
--color-2: #741a68;
--color-3: #aa3c7c;
--color-4: #e76718;
--color-5: #fad900;
}

🌈 The Death Of a Star background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390a43, #741a68, #aa3c7c, #e76718, #fad900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390a43, #741a68, #aa3c7c, #e76718, #fad900);
}

The Death Of a Star color palette created on .