Neon Rebellion Color Palette
Discover the beautiful Neon Rebellion color palette featuring carnation (#ff4d5e), pumpkin (#ff6a14), selective yellow (#ffb300), sweet corn (#fce388) and screamin' green (#7cff6b).
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 Neon Rebellion palette
💻 Neon Rebellion color palette CSS
/* CSS */
.color-1 {
color: #ff4d5e;
}
.color-2 {
color: #ff6a14;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #fce388;
}
.color-5 {
color: #7cff6b;
}
/* CSS Variables */
:root {
--color-1: #ff4d5e;
--color-2: #ff6a14;
--color-3: #ffb300;
--color-4: #fce388;
--color-5: #7cff6b;
} 🌈 Neon Rebellion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d5e, #ff6a14, #ffb300, #fce388, #7cff6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d5e, #ff6a14, #ffb300, #fce388, #7cff6b);
} 🔗 Explore similar color palettes
Neon Rebellion color palette created on .