Corpse of Hector Color Palette

Discover the beautiful Corpse of Hector color palette featuring victoria (#5c3f8d), east side (#a77ccb), light orchid (#e9b4d6), mandys pink (#f4c7b4) and peach yellow (#f9d6a9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Muted, Pink, Purple, Soft, Vintage, Warm 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 Corpse of Hector palette

Share this palette to:

💻 Corpse of Hector color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #e9b4d6;
}
.color-4 {
color: #f4c7b4;
}
.color-5 {
color: #f9d6a9;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #a77ccb;
--color-3: #e9b4d6;
--color-4: #f4c7b4;
--color-5: #f9d6a9;
}

🌈 Corpse of Hector background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #a77ccb, #e9b4d6, #f4c7b4, #f9d6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #a77ccb, #e9b4d6, #f4c7b4, #f9d6a9);
}

Corpse of Hector color palette created on .