Whimsigoth Color Palette
Discover the beautiful Whimsigoth color palette featuring woody brown (#4b2f3b), bouquet (#a86b98), light wisteria (#d3a4df), victoria (#5c3f8d) and grape (#3f1a47).
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 Whimsigoth palette
💻 Whimsigoth color palette CSS
/* CSS */
.color-1 {
color: #4b2f3b;
}
.color-2 {
color: #a86b98;
}
.color-3 {
color: #d3a4df;
}
.color-4 {
color: #5c3f8d;
}
.color-5 {
color: #3f1a47;
}
/* CSS Variables */
:root {
--color-1: #4b2f3b;
--color-2: #a86b98;
--color-3: #d3a4df;
--color-4: #5c3f8d;
--color-5: #3f1a47;
} 🌈 Whimsigoth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2f3b, #a86b98, #d3a4df, #5c3f8d, #3f1a47);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2f3b, #a86b98, #d3a4df, #5c3f8d, #3f1a47);
} 🔗 Explore similar color palettes
Whimsigoth color palette created on .