Whimsigoth Color Palette

Discover the beautiful Whimsigoth color palette featuring wine berry (#562437), mulberry (#bb589a), light wisteria (#d99be4), gigas (#593091) and grape (#461448).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Pink, Lilac, Plum, Dark, Elegant 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: #562437;
}
.color-2 {
color: #bb589a;
}
.color-3 {
color: #d99be4;
}
.color-4 {
color: #593091;
}
.color-5 {
color: #461448;
}

/* CSS Variables */
:root {
--color-1: #562437;
--color-2: #bb589a;
--color-3: #d99be4;
--color-4: #593091;
--color-5: #461448;
}

🌈 Whimsigoth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #562437, #bb589a, #d99be4, #593091, #461448);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #562437, #bb589a, #d99be4, #593091, #461448);
}

Whimsigoth color palette created on .