Deftones Color Palette

Discover the beautiful Deftones color palette featuring lily (#c7a8b4), copper rose (#9b6974), mulled wine (#5f4c67), gun powder (#3d3d4d) and port gore (#1a1a3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Brown, Deep, Elegant, Gray, Modern, Purple, Soft, Vintage 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 Deftones palette

Share this palette to:

💻 Deftones color palette CSS

/* CSS */
.color-1 {
color: #c7a8b4;
}
.color-2 {
color: #9b6974;
}
.color-3 {
color: #5f4c67;
}
.color-4 {
color: #3d3d4d;
}
.color-5 {
color: #1a1a3d;
}

/* CSS Variables */
:root {
--color-1: #c7a8b4;
--color-2: #9b6974;
--color-3: #5f4c67;
--color-4: #3d3d4d;
--color-5: #1a1a3d;
}

🌈 Deftones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a8b4, #9b6974, #5f4c67, #3d3d4d, #1a1a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a8b4, #9b6974, #5f4c67, #3d3d4d, #1a1a3d);
}

Deftones color palette created on .