Shades of Black and Ivory カラーパレット

美しいShades of Black and Ivoryカラーパレットをご紹介します。mine shaft (#1f1f1f), ecru white (#f4f0e1), silver (#c4c4c4), gray olive (#a69f8c) and soft amber (#d2c8b2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #f4f0e1;
}
.color-3 {
color: #c4c4c4;
}
.color-4 {
color: #a69f8c;
}
.color-5 {
color: #d2c8b2;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #f4f0e1;
--color-3: #c4c4c4;
--color-4: #a69f8c;
--color-5: #d2c8b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #f4f0e1, #c4c4c4, #a69f8c, #d2c8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #f4f0e1, #c4c4c4, #a69f8c, #d2c8b2);
}

Shades of Black and Ivory color palette created on .