Deep Red Emo Color Palette

Discover the beautiful Deep Red Emo color palette featuring ebony (#080816), bunting (#151542), port gore (#232353), jacarta (#30306e) and falu red (#881616).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Maroon, Burgundy, Dark, Elegant 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 Red Emo palette

Share this palette to:

💻 Deep Red Emo color palette CSS

/* CSS */
.color-1 {
color: #080816;
}
.color-2 {
color: #151542;
}
.color-3 {
color: #232353;
}
.color-4 {
color: #30306e;
}
.color-5 {
color: #881616;
}

/* CSS Variables */
:root {
--color-1: #080816;
--color-2: #151542;
--color-3: #232353;
--color-4: #30306e;
--color-5: #881616;
}

🌈 Deep Red Emo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080816, #151542, #232353, #30306e, #881616);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080816, #151542, #232353, #30306e, #881616);
}

Deep Red Emo color palette created on .