Electric Fusion Color Palette

Discover the beautiful Electric Fusion color palette featuring mandys pink (#edb79c), mandys pink (#eebda5), mandys pink (#f0c3ad), tonys pink (#ebb193) and mandys pink (#eebda5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Cream, Warm, Pastel, Soft, Vibrant, Earthy, Spring, Sunset 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 Electric Fusion palette

Share this palette to:

💻 Electric Fusion color palette CSS

/* CSS */
.color-1 {
color: #edb79c;
}
.color-2 {
color: #eebda5;
}
.color-3 {
color: #f0c3ad;
}
.color-4 {
color: #ebb193;
}
.color-5 {
color: #eebda5;
}

/* CSS Variables */
:root {
--color-1: #edb79c;
--color-2: #eebda5;
--color-3: #f0c3ad;
--color-4: #ebb193;
--color-5: #eebda5;
}

🌈 Electric Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edb79c, #eebda5, #f0c3ad, #ebb193, #eebda5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edb79c, #eebda5, #f0c3ad, #ebb193, #eebda5);
}

Electric Fusion color palette created on .