Electric Romance Color Palette

Discover the beautiful Electric Romance color palette featuring violet red (#f0288c), razzmatazz (#d6006f), tickle me pink (#ff7092), white (#ffffff) and black (#000000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Bright, Fun, Pink, White 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 Romance palette

Share this palette to:

💻 Electric Romance color palette CSS

/* CSS */
.color-1 {
color: #f0288c;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f0288c;
--color-2: #d6006f;
--color-3: #ff7092;
--color-4: #ffffff;
--color-5: #000000;
}

🌈 Electric Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0288c, #d6006f, #ff7092, #ffffff, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0288c, #d6006f, #ff7092, #ffffff, #000000);
}

Electric Romance color palette created on .