Desert Gold カラーパレット

美しいDesert Goldカラーパレットをご紹介します。golden grass (#e1b12d), golden grass (#dfaf2a), hokey pokey (#cf982a), brandy punch (#c58a2b) and luxor gold (#a67b2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Desert Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b12d;
}
.color-2 {
color: #dfaf2a;
}
.color-3 {
color: #cf982a;
}
.color-4 {
color: #c58a2b;
}
.color-5 {
color: #a67b2b;
}

/* CSS Variables */
:root {
--color-1: #e1b12d;
--color-2: #dfaf2a;
--color-3: #cf982a;
--color-4: #c58a2b;
--color-5: #a67b2b;
}

🌈 Desert Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b12d, #dfaf2a, #cf982a, #c58a2b, #a67b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b12d, #dfaf2a, #cf982a, #c58a2b, #a67b2b);
}

Desert Gold color palette created on .