Sonic the Werehog カラーパレット

美しいSonic the Werehogカラーパレットをご紹介します。blue bayoux (#4f5c7d), bali hai (#7d8ca6), cadet blue (#a2afc3), cream can (#f5c25b) and punch (#d94c30)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sonic the Werehog カラーパレット CSS

/* CSS */
.color-1 {
color: #4f5c7d;
}
.color-2 {
color: #7d8ca6;
}
.color-3 {
color: #a2afc3;
}
.color-4 {
color: #f5c25b;
}
.color-5 {
color: #d94c30;
}

/* CSS Variables */
:root {
--color-1: #4f5c7d;
--color-2: #7d8ca6;
--color-3: #a2afc3;
--color-4: #f5c25b;
--color-5: #d94c30;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f5c7d, #7d8ca6, #a2afc3, #f5c25b, #d94c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f5c7d, #7d8ca6, #a2afc3, #f5c25b, #d94c30);
}

Sonic the Werehog color palette created on .