Burgundy and Gold カラーパレット
美しいBurgundy and Goldカラーパレットをご紹介します。cod gray (#1e1a1a), nutmeg (#7e2a2e), buddha gold (#c6a30c), east side (#b78dc3) and ronchi (#f1c84b)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Burgundy and Goldパレットを使った美しいUIコンポーネントを探索
💻 Burgundy and Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1a1a;
}
.color-2 {
color: #7e2a2e;
}
.color-3 {
color: #c6a30c;
}
.color-4 {
color: #b78dc3;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #1e1a1a;
--color-2: #7e2a2e;
--color-3: #c6a30c;
--color-4: #b78dc3;
--color-5: #f1c84b;
} 🌈 Burgundy and Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a1a, #7e2a2e, #c6a30c, #b78dc3, #f1c84b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a1a, #7e2a2e, #c6a30c, #b78dc3, #f1c84b);
} 🔗 似たようなカラーパレットを探索
Burgundy and Gold color palette created on .