Creepy Neon Night Color Palette

Discover the beautiful Creepy Neon Night color palette featuring violet (#1b0f4d), daisy bush (#4e1b88), disco (#881b4e), cerise (#d7238c) and ripe lemon (#f7e62b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, High Contrast, Pink, Purple, 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 Creepy Neon Night palette

Share this palette to:

💻 Creepy Neon Night color palette CSS

/* CSS */
.color-1 {
color: #1b0f4d;
}
.color-2 {
color: #4e1b88;
}
.color-3 {
color: #881b4e;
}
.color-4 {
color: #d7238c;
}
.color-5 {
color: #f7e62b;
}

/* CSS Variables */
:root {
--color-1: #1b0f4d;
--color-2: #4e1b88;
--color-3: #881b4e;
--color-4: #d7238c;
--color-5: #f7e62b;
}

🌈 Creepy Neon Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0f4d, #4e1b88, #881b4e, #d7238c, #f7e62b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0f4d, #4e1b88, #881b4e, #d7238c, #f7e62b);
}

Creepy Neon Night color palette created on .