Sonic The Hedgehog カラーパレット

美しいSonic The Hedgehogカラーパレットをご紹介します。cerulean (#00a5e0), deep cerulean (#0071b3), bahama blue (#005b94), regal blue (#003c70) and orange (#ff6d1f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sonic The Hedgehog カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0071b3;
}
.color-3 {
color: #005b94;
}
.color-4 {
color: #003c70;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0071b3;
--color-3: #005b94;
--color-4: #003c70;
--color-5: #ff6d1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0071b3, #005b94, #003c70, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0071b3, #005b94, #003c70, #ff6d1f);
}

Sonic The Hedgehog color palette created on .