Superman カラーパレット

美しいSupermanカラーパレットをご紹介します。brick red (#c52b3d), international klein blue (#0038a8), havelock blue (#498ad0), saffron (#f4cf3e) and corvette (#f9d2a9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Superman カラーパレット CSS

/* CSS */
.color-1 {
color: #c52b3d;
}
.color-2 {
color: #0038a8;
}
.color-3 {
color: #498ad0;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f9d2a9;
}

/* CSS Variables */
:root {
--color-1: #c52b3d;
--color-2: #0038a8;
--color-3: #498ad0;
--color-4: #f4cf3e;
--color-5: #f9d2a9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}

Superman color palette created on .