Cartier Color Palette

Discover the beautiful Cartier color palette featuring livid brown (#43253e), cannon pink (#843e6a), alpine (#c38c33), turmeric (#d3b051) and congo brown (#52313b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Burgundy, Dark, Deep, Earthy, Gold, Muted, Retro, Warm 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: #43253e;
}
.color-2 {
color: #843e6a;
}
.color-3 {
color: #c38c33;
}
.color-4 {
color: #d3b051;
}
.color-5 {
color: #52313b;
}

/* CSS Variables */
:root {
--color-1: #43253e;
--color-2: #843e6a;
--color-3: #c38c33;
--color-4: #d3b051;
--color-5: #52313b;
}

🌈 Cartier background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #43253e, #843e6a, #c38c33, #d3b051, #52313b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #43253e, #843e6a, #c38c33, #d3b051, #52313b);
}

Cartier color palette created on .