Electro Burst Color Palette

Discover the beautiful Electro Burst color palette featuring lucky point (#1e1e76), dodger blue (#4d4dff), malibu (#8a8aff), bright sun (#ffd042) and orange (#ff5724).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Electric, Fun, High Contrast, Modern, Orange, Vibrant, Yellow 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 Electro Burst palette

Share this palette to:

💻 Electro Burst color palette CSS

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4d4dff;
}
.color-3 {
color: #8a8aff;
}
.color-4 {
color: #ffd042;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4d4dff;
--color-3: #8a8aff;
--color-4: #ffd042;
--color-5: #ff5724;
}

🌈 Electro Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4d4dff, #8a8aff, #ffd042, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4d4dff, #8a8aff, #ffd042, #ff5724);
}

Electro Burst color palette created on .