Dungeons and Dragons カラーパレット

美しいDungeons and Dragonsカラーパレットをご紹介します。matterhorn (#4c3e3e), don juan (#5a4e4e), opium (#8a6a6a), tan (#c7a67a) and whiskey (#d1945c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dungeons and Dragons カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5a4e4e;
}
.color-3 {
color: #8a6a6a;
}
.color-4 {
color: #c7a67a;
}
.color-5 {
color: #d1945c;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5a4e4e;
--color-3: #8a6a6a;
--color-4: #c7a67a;
--color-5: #d1945c;
}

🌈 Dungeons and Dragons の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}

Dungeons and Dragons color palette created on .