Earthy Reverie カラーパレット

美しいEarthy Reverieカラーパレットをご紹介します。soya bean (#6a5a4d), leather (#9b7d5f), bison hide (#c1b79f), hampton (#e7d5b1) and black (#000000)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Earthy Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #6a5a4d;
}
.color-2 {
color: #9b7d5f;
}
.color-3 {
color: #c1b79f;
}
.color-4 {
color: #e7d5b1;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #6a5a4d;
--color-2: #9b7d5f;
--color-3: #c1b79f;
--color-4: #e7d5b1;
--color-5: #000000;
}

🌈 Earthy Reverie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5a4d, #9b7d5f, #c1b79f, #e7d5b1, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5a4d, #9b7d5f, #c1b79f, #e7d5b1, #000000);
}

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