Muted Earth カラーパレット

美しいMuted Earthカラーパレットをご紹介します。oxley (#799a8e), powder ash (#b0bfb4), moon mist (#d4dac8), akaroa (#d6c2a4) and quicksand (#b89989)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Muted Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #799a8e;
}
.color-2 {
color: #b0bfb4;
}
.color-3 {
color: #d4dac8;
}
.color-4 {
color: #d6c2a4;
}
.color-5 {
color: #b89989;
}

/* CSS Variables */
:root {
--color-1: #799a8e;
--color-2: #b0bfb4;
--color-3: #d4dac8;
--color-4: #d6c2a4;
--color-5: #b89989;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}

Muted Earthカラーパレットはに作成されました。