Witchy 90s Celestial Color Palette

Discover the beautiful Witchy 90s Celestial color palette featuring mulled wine (#4b3d6c), trendy pink (#8a5f91), lilac (#d4a5d2), casablanca (#f3b14f) and kabul (#5d4f3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with90s, Celestial, Witchy, Purple, Pink, Bright, Earthy, Retro, Boho, Summer 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 Witchy 90s Celestial palette

Share this palette to:

💻 Witchy 90s Celestial color palette CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #8a5f91;
}
.color-3 {
color: #d4a5d2;
}
.color-4 {
color: #f3b14f;
}
.color-5 {
color: #5d4f3c;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #8a5f91;
--color-3: #d4a5d2;
--color-4: #f3b14f;
--color-5: #5d4f3c;
}

🌈 Witchy 90s Celestial background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #8a5f91, #d4a5d2, #f3b14f, #5d4f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #8a5f91, #d4a5d2, #f3b14f, #5d4f3c);
}

Witchy 90s Celestial color palette created on .