Deep Crimson Color Palette

Discover the beautiful Deep Crimson color palette featuring diesel (#1a0000), paco (#3a0d0d), espresso (#551616), irish coffee (#6f2a2a) and black (#000000).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Deep Crimson color palette CSS

/* CSS */
.color-1 {
color: #1a0000;
}
.color-2 {
color: #3a0d0d;
}
.color-3 {
color: #551616;
}
.color-4 {
color: #6f2a2a;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #1a0000;
--color-2: #3a0d0d;
--color-3: #551616;
--color-4: #6f2a2a;
--color-5: #000000;
}

🌈 Deep Crimson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0000, #3a0d0d, #551616, #6f2a2a, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0000, #3a0d0d, #551616, #6f2a2a, #000000);
}

Deep Crimson color palette created on .