Whispers of Soil カラーパレット

美しいWhispers of Soilカラーパレットをご紹介します。pavlova (#d8c2a2), nomad (#b5a99b), granite green (#8e8c7b), soya bean (#6a5a4d) and mondo (#4a3c2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Soil カラーパレット CSS

/* CSS */
.color-1 {
color: #d8c2a2;
}
.color-2 {
color: #b5a99b;
}
.color-3 {
color: #8e8c7b;
}
.color-4 {
color: #6a5a4d;
}
.color-5 {
color: #4a3c2b;
}

/* CSS Variables */
:root {
--color-1: #d8c2a2;
--color-2: #b5a99b;
--color-3: #8e8c7b;
--color-4: #6a5a4d;
--color-5: #4a3c2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2a2, #b5a99b, #8e8c7b, #6a5a4d, #4a3c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2a2, #b5a99b, #8e8c7b, #6a5a4d, #4a3c2b);
}

Whispers of Soil color palette created on .