The Devil カラーパレット

美しいThe Devilカラーパレットをご紹介します。cinnabar (#e84548), valencia (#d93836), tall poppy (#b32929), mexican red (#9d2527) and old brick (#882320)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 The Devil カラーパレット CSS

/* CSS */
.color-1 {
color: #e84548;
}
.color-2 {
color: #d93836;
}
.color-3 {
color: #b32929;
}
.color-4 {
color: #9d2527;
}
.color-5 {
color: #882320;
}

/* CSS Variables */
:root {
--color-1: #e84548;
--color-2: #d93836;
--color-3: #b32929;
--color-4: #9d2527;
--color-5: #882320;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e84548, #d93836, #b32929, #9d2527, #882320);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e84548, #d93836, #b32929, #9d2527, #882320);
}

The Devil color palette created on .