Metal Sonic カラーパレット

美しいMetal Sonicカラーパレットをご紹介します。port gore (#1b1f3b), east bay (#394b79), wedgewood (#5d7bb1), cornflower (#7fb3e1) and regent st blue (#a3c4e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Metal Sonic カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #394b79;
}
.color-3 {
color: #5d7bb1;
}
.color-4 {
color: #7fb3e1;
}
.color-5 {
color: #a3c4e0;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #394b79;
--color-3: #5d7bb1;
--color-4: #7fb3e1;
--color-5: #a3c4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #394b79, #5d7bb1, #7fb3e1, #a3c4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #394b79, #5d7bb1, #7fb3e1, #a3c4e0);
}

Metal Sonic color palette created on .