Nox Nights Color Palette

Discover the beautiful Nox Nights color palette featuring steel gray (#1f1c2c), martinique (#3b2b46), smoky (#6d4f7d), amethyst smoke (#a59cba) and prelude (#d3c7e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with cool, dark, elegant, purple, vibrant 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 Nox Nights palette

Share this palette to:

💻 Nox Nights color palette CSS

/* CSS */
.color-1 {
color: #1f1c2c;
}
.color-2 {
color: #3b2b46;
}
.color-3 {
color: #6d4f7d;
}
.color-4 {
color: #a59cba;
}
.color-5 {
color: #d3c7e5;
}

/* CSS Variables */
:root {
--color-1: #1f1c2c;
--color-2: #3b2b46;
--color-3: #6d4f7d;
--color-4: #a59cba;
--color-5: #d3c7e5;
}

🌈 Nox Nights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c2c, #3b2b46, #6d4f7d, #a59cba, #d3c7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c2c, #3b2b46, #6d4f7d, #a59cba, #d3c7e5);
}

Nox Nights color palette created on .