Gothic Elegance カラーパレット

美しいGothic Eleganceカラーパレットをご紹介します。haiti (#1f0f2f), valhalla (#291a4c), jacarta (#362763), finn (#632c59) and affair (#6c4389)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Gothic Eleganceパレットを使った美しいUIコンポーネントを探索

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

💻 Gothic Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #1f0f2f;
}
.color-2 {
color: #291a4c;
}
.color-3 {
color: #362763;
}
.color-4 {
color: #632c59;
}
.color-5 {
color: #6c4389;
}

/* CSS Variables */
:root {
--color-1: #1f0f2f;
--color-2: #291a4c;
--color-3: #362763;
--color-4: #632c59;
--color-5: #6c4389;
}

🌈 Gothic Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f0f2f, #291a4c, #362763, #632c59, #6c4389);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f0f2f, #291a4c, #362763, #632c59, #6c4389);
}

Gothic Elegance color palette created on .