Cartier カラーパレット

美しいCartierカラーパレットをご紹介します。livid brown (#42243d), cannon pink (#843e6a), marigold (#c38b32), old gold (#d3b050) and congo brown (#53323c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Dark, Burgundy, Muted, Gold, Beige, Autumn, Earthy, Warm, Deep, Retroカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Cartierパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 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 .