Ganymede's Wine Color Palette

Discover the beautiful Ganymede's Wine color palette featuring cosmic (#7b4258), turkish rose (#aa6e7f), viola (#cf91a7), twilight (#e5cdd7) and soft peach (#f5eaed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Muted, Soft, Earthy, Pink, Burgundy, Cream, Light, Neutral 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 Ganymede's Wine palette

Share this palette to:

💻 Ganymede's Wine color palette CSS

/* CSS */
.color-1 {
color: #7b4258;
}
.color-2 {
color: #aa6e7f;
}
.color-3 {
color: #cf91a7;
}
.color-4 {
color: #e5cdd7;
}
.color-5 {
color: #f5eaed;
}

/* CSS Variables */
:root {
--color-1: #7b4258;
--color-2: #aa6e7f;
--color-3: #cf91a7;
--color-4: #e5cdd7;
--color-5: #f5eaed;
}

🌈 Ganymede's Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4258, #aa6e7f, #cf91a7, #e5cdd7, #f5eaed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4258, #aa6e7f, #cf91a7, #e5cdd7, #f5eaed);
}

Ganymede's Wine color palette created on .