Nyx Color Palette

Discover the beautiful Nyx color palette featuring port gore (#1b1f3b), blue bayoux (#4b5c7c), gumbo (#7997a0), regent st blue (#b1d4e7) and bizarre (#f1dfe4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Elegant, Light, Modern, Soft, Teal 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 Nyx palette

Share this palette to:

💻 Nyx color palette CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4b5c7c;
}
.color-3 {
color: #7997a0;
}
.color-4 {
color: #b1d4e7;
}
.color-5 {
color: #f1dfe4;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4b5c7c;
--color-3: #7997a0;
--color-4: #b1d4e7;
--color-5: #f1dfe4;
}

🌈 Nyx background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4b5c7c, #7997a0, #b1d4e7, #f1dfe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4b5c7c, #7997a0, #b1d4e7, #f1dfe4);
}

Nyx color palette created on .