Heir Color Palette

Discover the beautiful Heir color palette featuring gigas (#5d3c8b), trendy pink (#9d6b9e), careys pink (#d7a3c2), cashmere (#e5b79f) and cream can (#f4d35d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Deep, Elegant, Feminine, Flower, Purple, 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 Heir palette

Share this palette to:

💻 Heir color palette CSS

/* CSS */
.color-1 {
color: #5d3c8b;
}
.color-2 {
color: #9d6b9e;
}
.color-3 {
color: #d7a3c2;
}
.color-4 {
color: #e5b79f;
}
.color-5 {
color: #f4d35d;
}

/* CSS Variables */
:root {
--color-1: #5d3c8b;
--color-2: #9d6b9e;
--color-3: #d7a3c2;
--color-4: #e5b79f;
--color-5: #f4d35d;
}

🌈 Heir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3c8b, #9d6b9e, #d7a3c2, #e5b79f, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3c8b, #9d6b9e, #d7a3c2, #e5b79f, #f4d35d);
}

Heir color palette created on .