Superman カラーパレット

美しいSupermanカラーパレットをご紹介します。brick red (#c52b3d), chambray (#305c7e), white lilac (#f8f9fc), supernova (#ffcc00) and atoll (#0a4c75)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Superman カラーパレット CSS

/* CSS */
.color-1 {
color: #c52b3d;
}
.color-2 {
color: #305c7e;
}
.color-3 {
color: #f8f9fc;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #0a4c75;
}

/* CSS Variables */
:root {
--color-1: #c52b3d;
--color-2: #305c7e;
--color-3: #f8f9fc;
--color-4: #ffcc00;
--color-5: #0a4c75;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b3d, #305c7e, #f8f9fc, #ffcc00, #0a4c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b3d, #305c7e, #f8f9fc, #ffcc00, #0a4c75);
}

Superman color palette created on .