Shadow the Hedgehog カラーパレット

美しいShadow the Hedgehogカラーパレットをご紹介します。ebony clay (#2a2c41), bali hai (#8e9aaf), alizarin crimson (#ef253c), whiskey (#d9a06d) and saffron mango (#fcc14a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shadow the Hedgehog カラーパレット CSS

/* CSS */
.color-1 {
color: #2a2c41;
}
.color-2 {
color: #8e9aaf;
}
.color-3 {
color: #ef253c;
}
.color-4 {
color: #d9a06d;
}
.color-5 {
color: #fcc14a;
}

/* CSS Variables */
:root {
--color-1: #2a2c41;
--color-2: #8e9aaf;
--color-3: #ef253c;
--color-4: #d9a06d;
--color-5: #fcc14a;
}

🌈 Shadow the Hedgehog の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c41, #8e9aaf, #ef253c, #d9a06d, #fcc14a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c41, #8e9aaf, #ef253c, #d9a06d, #fcc14a);
}

Shadow the Hedgehog color palette created on .