Cartier Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cartier palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cartier Color Palette (PNG)
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);
}
Similar color palettes
Cartier color palette created on .