Whispers of the Departed カラーパレット

美しいWhispers of the Departedカラーパレットをご紹介します。cowboy (#4b2c2a), copper rust (#8b4b4b), contessa (#c76d6b), shilo (#e9a5a7) and beauty bush (#f4d6d2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of the Departed カラーパレット CSS

/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #8b4b4b;
}
.color-3 {
color: #c76d6b;
}
.color-4 {
color: #e9a5a7;
}
.color-5 {
color: #f4d6d2;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #8b4b4b;
--color-3: #c76d6b;
--color-4: #e9a5a7;
--color-5: #f4d6d2;
}

🌈 Whispers of the Departed の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #8b4b4b, #c76d6b, #e9a5a7, #f4d6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #8b4b4b, #c76d6b, #e9a5a7, #f4d6d2);
}

Whispers of the Departed color palette created on .