Shadow the Hedgehog カラーパレット

美しいShadow the Hedgehogカラーパレットをご紹介します。steel gray (#1e1e2f), tuna (#3b3b44), comet (#5b5b7b), santas gray (#a0a0b0) and ghost (#c7c7d6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3b3b44;
}
.color-3 {
color: #5b5b7b;
}
.color-4 {
color: #a0a0b0;
}
.color-5 {
color: #c7c7d6;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b44;
--color-3: #5b5b7b;
--color-4: #a0a0b0;
--color-5: #c7c7d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b44, #5b5b7b, #a0a0b0, #c7c7d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b44, #5b5b7b, #a0a0b0, #c7c7d6);
}

Shadow the Hedgehog color palette created on .