90s Whimsigoth Color Palette

Discover the beautiful 90s Whimsigoth color palette featuring honey flower (#491b69), gigas (#5d3d8a), deluge (#7a62a7), amethyst smoke (#a79fc1) and kobi (#e8a1b1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with90s, Aesthetic, Whimsigoth, Purple, Pink, Bright, Fun, Vibrant, Soft 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 90s Whimsigoth palette

Share this palette to:

💻 90s Whimsigoth color palette CSS

/* CSS */
.color-1 {
color: #491b69;
}
.color-2 {
color: #5d3d8a;
}
.color-3 {
color: #7a62a7;
}
.color-4 {
color: #a79fc1;
}
.color-5 {
color: #e8a1b1;
}

/* CSS Variables */
:root {
--color-1: #491b69;
--color-2: #5d3d8a;
--color-3: #7a62a7;
--color-4: #a79fc1;
--color-5: #e8a1b1;
}

🌈 90s Whimsigoth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491b69, #5d3d8a, #7a62a7, #a79fc1, #e8a1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491b69, #5d3d8a, #7a62a7, #a79fc1, #e8a1b1);
}

90s Whimsigoth color palette created on .