Gunther Goth Color Palette
Discover the beautiful Gunther Goth color palette featuring martinique (#3e2b50), mulled wine (#5c3f6e), trendy pink (#8a5e8d), oriental pink (#c78f9b) and beauty bush (#f1c4c1).
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 Gunther Goth palette
💻 Gunther Goth color palette CSS
/* CSS */
.color-1 {
color: #3e2b50;
}
.color-2 {
color: #5c3f6e;
}
.color-3 {
color: #8a5e8d;
}
.color-4 {
color: #c78f9b;
}
.color-5 {
color: #f1c4c1;
}
/* CSS Variables */
:root {
--color-1: #3e2b50;
--color-2: #5c3f6e;
--color-3: #8a5e8d;
--color-4: #c78f9b;
--color-5: #f1c4c1;
} 🌈 Gunther Goth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2b50, #5c3f6e, #8a5e8d, #c78f9b, #f1c4c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2b50, #5c3f6e, #8a5e8d, #c78f9b, #f1c4c1);
} 🔗 Explore similar color palettes
Gunther Goth color palette created on .