Whimsigoth Color Palette

Discover the beautiful Whimsigoth color palette featuring wine berry (#562436), mulberry (#bb5799), light wisteria (#d89ae3), gigas (#5a3192) and grape (#441446).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Elegant, Lilac, Pink, Plum 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 Whimsigoth palette

Share this palette to:

💻 Whimsigoth color palette CSS

/* CSS */
.color-1 {
color: #562436;
}
.color-2 {
color: #bb5799;
}
.color-3 {
color: #d89ae3;
}
.color-4 {
color: #5a3192;
}
.color-5 {
color: #441446;
}

/* CSS Variables */
:root {
--color-1: #562436;
--color-2: #bb5799;
--color-3: #d89ae3;
--color-4: #5a3192;
--color-5: #441446;
}

🌈 Whimsigoth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #562436, #bb5799, #d89ae3, #5a3192, #441446);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #562436, #bb5799, #d89ae3, #5a3192, #441446);
}

Whimsigoth color palette created on .