The Devil カラーパレット

美しいThe Devilカラーパレットをご紹介します。brick red (#c92c3c), tall poppy (#a62b2d), crown of thorns (#6e2125), cocoa bean (#4b1b1e) and eclipse (#2d1515)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 The Devil カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #a62b2d;
}
.color-3 {
color: #6e2125;
}
.color-4 {
color: #4b1b1e;
}
.color-5 {
color: #2d1515;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #a62b2d;
--color-3: #6e2125;
--color-4: #4b1b1e;
--color-5: #2d1515;
}

🌈 The Devil の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #a62b2d, #6e2125, #4b1b1e, #2d1515);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #a62b2d, #6e2125, #4b1b1e, #2d1515);
}

The Devil color palette created on .