Rustic Harvest カラーパレット

美しいRustic Harvestカラーパレットをご紹介します。van cleef (#4d230f), pickled bean (#703e29), santa fe (#a56a55), whiskey (#d6a17a) and sidecar (#f5e1c2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rustic Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #4d230f;
}
.color-2 {
color: #703e29;
}
.color-3 {
color: #a56a55;
}
.color-4 {
color: #d6a17a;
}
.color-5 {
color: #f5e1c2;
}

/* CSS Variables */
:root {
--color-1: #4d230f;
--color-2: #703e29;
--color-3: #a56a55;
--color-4: #d6a17a;
--color-5: #f5e1c2;
}

🌈 Rustic Harvest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d230f, #703e29, #a56a55, #d6a17a, #f5e1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d230f, #703e29, #a56a55, #d6a17a, #f5e1c2);
}

Rustic Harvest color palette created on .