Dionysus Color Palette

Discover the beautiful Dionysus color palette featuring vivid violet (#783e93), cadillac (#b2536a), sandy brown (#f0a76a), new orleans (#f2d09c) and blue haze (#d1c7e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, Wine, Earthy, Spring, Pink, Orange, Purple, 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 Dionysus palette

Share this palette to:

💻 Dionysus color palette CSS

/* CSS */
.color-1 {
color: #783e93;
}
.color-2 {
color: #b2536a;
}
.color-3 {
color: #f0a76a;
}
.color-4 {
color: #f2d09c;
}
.color-5 {
color: #d1c7e1;
}

/* CSS Variables */
:root {
--color-1: #783e93;
--color-2: #b2536a;
--color-3: #f0a76a;
--color-4: #f2d09c;
--color-5: #d1c7e1;
}

🌈 Dionysus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #783e93, #b2536a, #f0a76a, #f2d09c, #d1c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #783e93, #b2536a, #f0a76a, #f2d09c, #d1c7e1);
}

Dionysus color palette created on .