Night Nymph Color Palette

Discover the beautiful Night Nymph color palette featuring mirage (#1e1a2d), east bay (#4c3c6d), trendy pink (#7b5b8b), bouquet (#b97eb0) and vivid tangerine (#ff9d8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Moonlight, Magenta, Aesthetic, Luxury, Soft, Vibrant, Night Sky 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 Night Nymph palette

Share this palette to:

💻 Night Nymph color palette CSS

/* CSS */
.color-1 {
color: #1e1a2d;
}
.color-2 {
color: #4c3c6d;
}
.color-3 {
color: #7b5b8b;
}
.color-4 {
color: #b97eb0;
}
.color-5 {
color: #ff9d8a;
}

/* CSS Variables */
:root {
--color-1: #1e1a2d;
--color-2: #4c3c6d;
--color-3: #7b5b8b;
--color-4: #b97eb0;
--color-5: #ff9d8a;
}

🌈 Night Nymph background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a2d, #4c3c6d, #7b5b8b, #b97eb0, #ff9d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a2d, #4c3c6d, #7b5b8b, #b97eb0, #ff9d8a);
}

Night Nymph color palette created on .