Golden Claw カラーパレット

美しいGolden Clawカラーパレットをご紹介します。west side (#ff9d11), chelsea gem (#ae5900), cinnamon (#734400), madras (#232e00) and deep fir (#031d00)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Golden Claw カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9d11;
}
.color-2 {
color: #ae5900;
}
.color-3 {
color: #734400;
}
.color-4 {
color: #232e00;
}
.color-5 {
color: #031d00;
}

/* CSS Variables */
:root {
--color-1: #ff9d11;
--color-2: #ae5900;
--color-3: #734400;
--color-4: #232e00;
--color-5: #031d00;
}

🌈 Golden Claw の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d11, #ae5900, #734400, #232e00, #031d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d11, #ae5900, #734400, #232e00, #031d00);
}

Golden Clawカラーパレットはに作成されました。