Shadowheart Color Palette

Discover the beautiful Shadowheart color palette featuring violet (#390a43), eminence (#6f2c90), amethyst (#9f6ccb), hopbush (#d27fbe) and flamingo (#f05a28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Elegant, Orange, Pink, Purple, Violet 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 Shadowheart palette

Share this palette to:

💻 Shadowheart color palette CSS

/* CSS */
.color-1 {
color: #390a43;
}
.color-2 {
color: #6f2c90;
}
.color-3 {
color: #9f6ccb;
}
.color-4 {
color: #d27fbe;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #390a43;
--color-2: #6f2c90;
--color-3: #9f6ccb;
--color-4: #d27fbe;
--color-5: #f05a28;
}

🌈 Shadowheart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390a43, #6f2c90, #9f6ccb, #d27fbe, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390a43, #6f2c90, #9f6ccb, #d27fbe, #f05a28);
}

Shadowheart color palette created on .