Deep Crimson Nights Color Palette

Discover the beautiful Deep Crimson Nights color palette featuring black (#000000), old brick (#8c1d1d), salt box (#6b4e74), gun powder (#3a3a59) and persian plum (#791b1b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Dark, Deep, Elegant, Purple, Red, Vintage 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 Deep Crimson Nights palette

Share this palette to:

💻 Deep Crimson Nights color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #8c1d1d;
}
.color-3 {
color: #6b4e74;
}
.color-4 {
color: #3a3a59;
}
.color-5 {
color: #791b1b;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #8c1d1d;
--color-3: #6b4e74;
--color-4: #3a3a59;
--color-5: #791b1b;
}

🌈 Deep Crimson Nights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #8c1d1d, #6b4e74, #3a3a59, #791b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #8c1d1d, #6b4e74, #3a3a59, #791b1b);
}

Deep Crimson Nights color palette created on .