Type o Negative Color Palette

Discover the beautiful Type o Negative color palette featuring tuatara (#3a3936), ironside gray (#6f6e67), lemon grass (#9a998d), swirl (#d2d0c6) and westar (#e2e1df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Green, Gray, Metal, Earthy, Vintage, Wood, Deep, Soft 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: #3a3936;
}
.color-2 {
color: #6f6e67;
}
.color-3 {
color: #9a998d;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #e2e1df;
}

/* CSS Variables */
:root {
--color-1: #3a3936;
--color-2: #6f6e67;
--color-3: #9a998d;
--color-4: #d2d0c6;
--color-5: #e2e1df;
}

🌈 Type o Negative background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}

Type o Negative color palette created on .