Cartier Color Palette

Discover the beautiful Cartier color palette featuring livid brown (#582c3d), cadillac (#a54a69), golden grass (#e1a22d), ronchi (#f1c84b) and buccaneer (#6d3b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Pink, Gold, Yellow, Cream, Royal, Luxury, Deep, Bright 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: #582c3d;
}
.color-2 {
color: #a54a69;
}
.color-3 {
color: #e1a22d;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #6d3b3b;
}

/* CSS Variables */
:root {
--color-1: #582c3d;
--color-2: #a54a69;
--color-3: #e1a22d;
--color-4: #f1c84b;
--color-5: #6d3b3b;
}

🌈 Cartier background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #582c3d, #a54a69, #e1a22d, #f1c84b, #6d3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #582c3d, #a54a69, #e1a22d, #f1c84b, #6d3b3b);
}

Cartier color palette created on .