Whispers of Earth カラーパレット

美しいWhispers of Earthカラーパレットをご紹介します。merino (#f6efe4), bone (#e1d7c1), vanilla (#d2bca7), petite orchid (#d7a58e) and coral tree (#af7a6a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f6efe4;
}
.color-2 {
color: #e1d7c1;
}
.color-3 {
color: #d2bca7;
}
.color-4 {
color: #d7a58e;
}
.color-5 {
color: #af7a6a;
}

/* CSS Variables */
:root {
--color-1: #f6efe4;
--color-2: #e1d7c1;
--color-3: #d2bca7;
--color-4: #d7a58e;
--color-5: #af7a6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efe4, #e1d7c1, #d2bca7, #d7a58e, #af7a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efe4, #e1d7c1, #d2bca7, #d7a58e, #af7a6a);
}

Whispers of Earth color palette created on .