Regal Nightfall Color Palette

Discover the beautiful Regal Nightfall color palette featuring cod gray (#1c1c1c), old gold (#d4af35), studio (#8946b9), ocean green (#48ad95) and blumine (#1d508c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gold, Purple, Teal, Blue, Dark, Elegant, Vibrant, Modern 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 Regal Nightfall palette

Share this palette to:

💻 Regal Nightfall color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #8946b9;
}
.color-4 {
color: #48ad95;
}
.color-5 {
color: #1d508c;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #d4af35;
--color-3: #8946b9;
--color-4: #48ad95;
--color-5: #1d508c;
}

🌈 Regal Nightfall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #d4af35, #8946b9, #48ad95, #1d508c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #d4af35, #8946b9, #48ad95, #1d508c);
}

Regal Nightfall color palette created on .