Electronic Spark Color Palette

Discover the beautiful Electronic Spark color palette featuring cello (#1f3a5b), san juan (#395a79), smalt blue (#4f8c96), bermuda (#7dd9b3) and harp (#e1efe5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cyberpunk, Electric, Green, Modern, Spring, 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 Electronic Spark palette

Share this palette to:

💻 Electronic Spark color palette CSS

/* CSS */
.color-1 {
color: #1f3a5b;
}
.color-2 {
color: #395a79;
}
.color-3 {
color: #4f8c96;
}
.color-4 {
color: #7dd9b3;
}
.color-5 {
color: #e1efe5;
}

/* CSS Variables */
:root {
--color-1: #1f3a5b;
--color-2: #395a79;
--color-3: #4f8c96;
--color-4: #7dd9b3;
--color-5: #e1efe5;
}

🌈 Electronic Spark background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5b, #395a79, #4f8c96, #7dd9b3, #e1efe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5b, #395a79, #4f8c96, #7dd9b3, #e1efe5);
}

Electronic Spark color palette created on .