Type o Negative Color Palette

Discover the beautiful Type o Negative color palette featuring amulet (#7d9b7d), axolotl (#4d6a4d), lunar green (#3a4b3a), mine shaft (#2e2e2e) and tapestry (#a85d76).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Green, Muted, Alternative, Forest, Black, Earthy, Retro 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: #7d9b7d;
}
.color-2 {
color: #4d6a4d;
}
.color-3 {
color: #3a4b3a;
}
.color-4 {
color: #2e2e2e;
}
.color-5 {
color: #a85d76;
}

/* CSS Variables */
:root {
--color-1: #7d9b7d;
--color-2: #4d6a4d;
--color-3: #3a4b3a;
--color-4: #2e2e2e;
--color-5: #a85d76;
}

🌈 Type o Negative background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b7d, #4d6a4d, #3a4b3a, #2e2e2e, #a85d76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b7d, #4d6a4d, #3a4b3a, #2e2e2e, #a85d76);
}

Type o Negative color palette created on .