Shades of Gray カラーパレット

美しいShades of Grayカラーパレットをご紹介します。matterhorn (#4c3e3e), zambezi (#6a5c5c), hurricane (#8a7b7b), pink swan (#c2b2b2) and cavern pink (#e5c2c2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Grayパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #6a5c5c;
}
.color-3 {
color: #8a7b7b;
}
.color-4 {
color: #c2b2b2;
}
.color-5 {
color: #e5c2c2;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #6a5c5c;
--color-3: #8a7b7b;
--color-4: #c2b2b2;
--color-5: #e5c2c2;
}

🌈 Shades of Gray の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #6a5c5c, #8a7b7b, #c2b2b2, #e5c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #6a5c5c, #8a7b7b, #c2b2b2, #e5c2c2);
}

Shades of Gray color palette created on .