Cartier Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cartier palette
Cartier color palette PNG image
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);
}
Similar color palettes
Cartier color palette created on .