Cartier Color Palette

Discover the beautiful Cartier color palette featuring livid brown (#42243d), cannon pink (#843e6a), marigold (#c38b32), old gold (#d3b050) and congo brown (#53323c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Burgundy, Muted, Gold, Beige, Autumn, Earthy, Warm, Deep, 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 Cartier palette

Share this palette to:

💻 Cartier color palette CSS

/* CSS */
.color-1 {
color: #42243d;
}
.color-2 {
color: #843e6a;
}
.color-3 {
color: #c38b32;
}
.color-4 {
color: #d3b050;
}
.color-5 {
color: #53323c;
}

/* CSS Variables */
:root {
--color-1: #42243d;
--color-2: #843e6a;
--color-3: #c38b32;
--color-4: #d3b050;
--color-5: #53323c;
}

🌈 Cartier background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42243d, #843e6a, #c38b32, #d3b050, #53323c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42243d, #843e6a, #c38b32, #d3b050, #53323c);
}

Cartier color palette created on .