Elegant Earth カラーパレット

美しいElegant Earthカラーパレットをご紹介します。black (#000000), dust storm (#e4d5c8), rodeo dust (#c4b19c), white (#ffffff) and vanilla (#d6c4b3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Elegant Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #e4d5c8;
}
.color-3 {
color: #c4b19c;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #d6c4b3;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e4d5c8;
--color-3: #c4b19c;
--color-4: #ffffff;
--color-5: #d6c4b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e4d5c8, #c4b19c, #ffffff, #d6c4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e4d5c8, #c4b19c, #ffffff, #d6c4b3);
}

Elegant Earth color palette created on .