Orange and Violet Fusion Color Palette

Discover the beautiful Orange and Violet Fusion color palette featuring pizazz (#ff8c00), selective yellow (#ffb300), mulberry (#c55998), seance (#7b1fa3) and persian indigo (#49148a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Violet, Sunset, Vibrant 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 Orange and Violet Fusion palette

Share this palette to:

💻 Orange and Violet Fusion color palette CSS

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #c55998;
}
.color-4 {
color: #7b1fa3;
}
.color-5 {
color: #49148a;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffb300;
--color-3: #c55998;
--color-4: #7b1fa3;
--color-5: #49148a;
}

🌈 Orange and Violet Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffb300, #c55998, #7b1fa3, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffb300, #c55998, #7b1fa3, #49148a);
}

Orange and Violet Fusion color palette created on .