Knights of the Round Table カラーパレット

美しいKnights of the Round Tableカラーパレットをご紹介します。judge gray (#4d3e2e), barley corn (#a67c59), tan (#d0b78a), zombie (#e5cea4) and twine (#c1a35c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Knights of the Round Tableパレットを使った美しいUIコンポーネントを探索

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

💻 Knights of the Round Table カラーパレット CSS

/* CSS */
.color-1 {
color: #4d3e2e;
}
.color-2 {
color: #a67c59;
}
.color-3 {
color: #d0b78a;
}
.color-4 {
color: #e5cea4;
}
.color-5 {
color: #c1a35c;
}

/* CSS Variables */
:root {
--color-1: #4d3e2e;
--color-2: #a67c59;
--color-3: #d0b78a;
--color-4: #e5cea4;
--color-5: #c1a35c;
}

🌈 Knights of the Round Table の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e2e, #a67c59, #d0b78a, #e5cea4, #c1a35c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e2e, #a67c59, #d0b78a, #e5cea4, #c1a35c);
}

Knights of the Round Table color palette created on .