Cartier カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cartier palette
Cartier カラー パレット PNG 画像
Cartier カラーパレット 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 の背景のグラデーション 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 .