Type o Negative Color Palette

Discover the beautiful Type o Negative color palette featuring dune (#2d2b2a), masala (#3f3c3b), dorado (#6d605f), matrix (#a84d4d) and roman (#d8544f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Black, Red, Green, Vintage, Rock, Metal 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 Type o Negative palette

Share this palette to:

💻 Type o Negative color palette CSS

/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #3f3c3b;
}
.color-3 {
color: #6d605f;
}
.color-4 {
color: #a84d4d;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #3f3c3b;
--color-3: #6d605f;
--color-4: #a84d4d;
--color-5: #d8544f;
}

🌈 Type o Negative background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #3f3c3b, #6d605f, #a84d4d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #3f3c3b, #6d605f, #a84d4d, #d8544f);
}

Type o Negative color palette created on .