Gothic Bloom カラーパレット

美しいGothic Bloomカラーパレットをご紹介します。tamarind (#25101a), tamarind (#381823), livid brown (#4f2531), cosmic (#67384a) and eggplant (#764b63)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Gothic Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #25101a;
}
.color-2 {
color: #381823;
}
.color-3 {
color: #4f2531;
}
.color-4 {
color: #67384a;
}
.color-5 {
color: #764b63;
}

/* CSS Variables */
:root {
--color-1: #25101a;
--color-2: #381823;
--color-3: #4f2531;
--color-4: #67384a;
--color-5: #764b63;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25101a, #381823, #4f2531, #67384a, #764b63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25101a, #381823, #4f2531, #67384a, #764b63);
}

Gothic Bloom color palette created on .