美しいShades of Blackカラーパレットをご紹介します。twilight (#e4d3d7), cold turkey (#c9b1b7), dusty gray (#a58d91), spicy pink (#7c6a6e) and abbey (#4c4e52)で構成されています。

Shades of Black カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Shades of Blackパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

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

/* CSS */
.color-1 {
color: #e4d3d7;
}
.color-2 {
color: #c9b1b7;
}
.color-3 {
color: #a58d91;
}
.color-4 {
color: #7c6a6e;
}
.color-5 {
color: #4c4e52;
}

/* CSS Variables */
:root {
--color-1: #e4d3d7;
--color-2: #c9b1b7;
--color-3: #a58d91;
--color-4: #7c6a6e;
--color-5: #4c4e52;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d3d7, #c9b1b7, #a58d91, #7c6a6e, #4c4e52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d3d7, #c9b1b7, #a58d91, #7c6a6e, #4c4e52);
}

Shades of Black color palette created on .