Dome of Earthy Golds カラーパレット

美しいDome of Earthy Goldsカラーパレットをご紹介します。corn (#e6b800), buddha gold (#d1a400), brown (#855b00), yellow metal (#705c3e) and judge gray (#4b3d2a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Dome of Earthy Goldsパレットを使った美しいUIコンポーネントを探索

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

💻 Dome of Earthy Golds カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #d1a400;
}
.color-3 {
color: #855b00;
}
.color-4 {
color: #705c3e;
}
.color-5 {
color: #4b3d2a;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #d1a400;
--color-3: #855b00;
--color-4: #705c3e;
--color-5: #4b3d2a;
}

🌈 Dome of Earthy Golds の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #d1a400, #855b00, #705c3e, #4b3d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #d1a400, #855b00, #705c3e, #4b3d2a);
}

Dome of Earthy Golds color palette created on .