Neon Desires Color Palette
Discover the beautiful Neon Desires color palette featuring mirage (#1f1f3d), gigas (#5a3d8a), plum (#8d2a6b), bittersweet (#ff6e61) and robin's egg blue (#00bdd6).
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 Desires palette
💻 Neon Desires color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #5a3d8a;
}
.color-3 {
color: #8d2a6b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #00bdd6;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #5a3d8a;
--color-3: #8d2a6b;
--color-4: #ff6e61;
--color-5: #00bdd6;
} 🌈 Neon Desires background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #5a3d8a, #8d2a6b, #ff6e61, #00bdd6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #5a3d8a, #8d2a6b, #ff6e61, #00bdd6);
} 🔗 Explore similar color palettes
Neon Desires color palette created on .