Electric Prism Splatter Color Palette
Discover the beautiful Electric Prism Splatter color palette featuring red orange (#ff3d33), orange peel (#ff9d00), fruit salad (#4cae4f), cerulean (#00bfff) and electric violet (#a600ff).
Brightness
Saturation
Warmth
💡 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 Prism Splatter palette
💻 Electric Prism Splatter color palette CSS
/* CSS */
.color-1 {
color: #ff3d33;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #a600ff;
}
/* CSS Variables */
:root {
--color-1: #ff3d33;
--color-2: #ff9d00;
--color-3: #4cae4f;
--color-4: #00bfff;
--color-5: #a600ff;
} 🌈 Electric Prism Splatter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d33, #ff9d00, #4cae4f, #00bfff, #a600ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d33, #ff9d00, #4cae4f, #00bfff, #a600ff);
} 🔗 Explore similar color palettes
Electric Prism Splatter color palette created on .