Whispers of Earth カラーパレット

美しいWhispers of Earthカラーパレットをご紹介します。wild sand (#f5f4f4), cold turkey (#c2aeb0), friar gray (#82807d), contessa (#be6074) and pine cone (#6a6058)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f5f4f4;
}
.color-2 {
color: #c2aeb0;
}
.color-3 {
color: #82807d;
}
.color-4 {
color: #be6074;
}
.color-5 {
color: #6a6058;
}

/* CSS Variables */
:root {
--color-1: #f5f4f4;
--color-2: #c2aeb0;
--color-3: #82807d;
--color-4: #be6074;
--color-5: #6a6058;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f4f4, #c2aeb0, #82807d, #be6074, #6a6058);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f4f4, #c2aeb0, #82807d, #be6074, #6a6058);
}

Whispers of Earth color palette created on .