Mulled Wine Delight Color Palette

Discover the beautiful Mulled Wine Delight color palette featuring mulled wine (#4f4662), rum (#6e5b86), bouquet (#a77b9d), cashmere (#e9afa0) and mojo (#c94b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Deep, Earthy, Mulled Wine, Purple, Red, Vibrant, Warm 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 Mulled Wine Delight palette

Share this palette to:

💻 Mulled Wine Delight color palette CSS

/* CSS */
.color-1 {
color: #4f4662;
}
.color-2 {
color: #6e5b86;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #e9afa0;
}
.color-5 {
color: #c94b3b;
}

/* CSS Variables */
:root {
--color-1: #4f4662;
--color-2: #6e5b86;
--color-3: #a77b9d;
--color-4: #e9afa0;
--color-5: #c94b3b;
}

🌈 Mulled Wine Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4662, #6e5b86, #a77b9d, #e9afa0, #c94b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4662, #6e5b86, #a77b9d, #e9afa0, #c94b3b);
}

Mulled Wine Delight color palette created on .