Zagreus Color Palette

Discover the beautiful Zagreus color palette featuring merlot (#7e1b2a), valencia (#d63f2e), tulip tree (#f1b341), maize (#f6d5a7) and calypso (#3a7c92).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Crimson, Gold, Warm, Bright, Dark, Summer, Tropical, Vibrant 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 Zagreus palette

Share this palette to:

💻 Zagreus color palette CSS

/* CSS */
.color-1 {
color: #7e1b2a;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #f6d5a7;
}
.color-5 {
color: #3a7c92;
}

/* CSS Variables */
:root {
--color-1: #7e1b2a;
--color-2: #d63f2e;
--color-3: #f1b341;
--color-4: #f6d5a7;
--color-5: #3a7c92;
}

🌈 Zagreus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e1b2a, #d63f2e, #f1b341, #f6d5a7, #3a7c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e1b2a, #d63f2e, #f1b341, #f6d5a7, #3a7c92);
}

Zagreus color palette created on .