Baldur's Gate 3 カラーパレット

美しいBaldur's Gate 3カラーパレットをご紹介します。affair (#744979), light wisteria (#d0a1d3), chalky (#f0d794), galliano (#e0a40b) and tall poppy (#b84028)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Baldur's Gate 3パレットを使った美しいUIコンポーネントを探索

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

💻 Baldur's Gate 3 カラーパレット CSS

/* CSS */
.color-1 {
color: #744979;
}
.color-2 {
color: #d0a1d3;
}
.color-3 {
color: #f0d794;
}
.color-4 {
color: #e0a40b;
}
.color-5 {
color: #b84028;
}

/* CSS Variables */
:root {
--color-1: #744979;
--color-2: #d0a1d3;
--color-3: #f0d794;
--color-4: #e0a40b;
--color-5: #b84028;
}

🌈 Baldur's Gate 3 の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #744979, #d0a1d3, #f0d794, #e0a40b, #b84028);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #744979, #d0a1d3, #f0d794, #e0a40b, #b84028);
}

Baldur's Gate 3 color palette created on .