Metalocalypse カラーパレット

美しいMetalocalypseカラーパレットをご紹介します。mulled wine (#4c3d6c), vivid violet (#7f3c8b), mulberry (#c64e98), tango (#f2742c) and tulip tree (#e9c03a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Metalocalypse カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #7f3c8b;
}
.color-3 {
color: #c64e98;
}
.color-4 {
color: #f2742c;
}
.color-5 {
color: #e9c03a;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #7f3c8b;
--color-3: #c64e98;
--color-4: #f2742c;
--color-5: #e9c03a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #7f3c8b, #c64e98, #f2742c, #e9c03a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #7f3c8b, #c64e98, #f2742c, #e9c03a);
}

Metalocalypse color palette created on .