Gengar Color Palette
Discover the beautiful Gengar color palette featuring storm gray (#6d6e88), east side (#a38dc8), light wisteria (#d2a3e0), illusion (#f1a7d3) and chantilly (#f8c4e0).
Brightness
Saturation
Warmth
💡 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 Gengar palette
💻 Gengar color palette CSS
/* CSS */
.color-1 {
color: #6d6e88;
}
.color-2 {
color: #a38dc8;
}
.color-3 {
color: #d2a3e0;
}
.color-4 {
color: #f1a7d3;
}
.color-5 {
color: #f8c4e0;
}
/* CSS Variables */
:root {
--color-1: #6d6e88;
--color-2: #a38dc8;
--color-3: #d2a3e0;
--color-4: #f1a7d3;
--color-5: #f8c4e0;
}
🌈 Gengar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d6e88, #a38dc8, #d2a3e0, #f1a7d3, #f8c4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d6e88, #a38dc8, #d2a3e0, #f1a7d3, #f8c4e0);
}
🔗 Explore similar color palettes
Gengar color palette created on .