Ganymede Color Palette

Discover the beautiful Ganymede color palette featuring sidecar (#f1e2b6), lavender gray (#c4b3d5), medium purple (#9b7cdf), butterfly bush (#5f4b8b) and martinique (#3d2a4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Purple, Cosmic, Galactic, Soft Summer, Lavender, Violet, Deep, Space, Modern 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 palette

Share this palette to:

💻 Ganymede color palette CSS

/* CSS */
.color-1 {
color: #f1e2b6;
}
.color-2 {
color: #c4b3d5;
}
.color-3 {
color: #9b7cdf;
}
.color-4 {
color: #5f4b8b;
}
.color-5 {
color: #3d2a4b;
}

/* CSS Variables */
:root {
--color-1: #f1e2b6;
--color-2: #c4b3d5;
--color-3: #9b7cdf;
--color-4: #5f4b8b;
--color-5: #3d2a4b;
}

🌈 Ganymede background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e2b6, #c4b3d5, #9b7cdf, #5f4b8b, #3d2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e2b6, #c4b3d5, #9b7cdf, #5f4b8b, #3d2a4b);
}

Ganymede color palette created on .