Harvested Hues カラーパレット

美しいHarvested Huesカラーパレットをご紹介します。russet (#7d4b1c), paarl (#a85f2e), raw sienna (#d27a37), tacao (#eab87b) and ronchi (#f1c84b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Harvested Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #7d4b1c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d27a37;
}
.color-4 {
color: #eab87b;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #7d4b1c;
--color-2: #a85f2e;
--color-3: #d27a37;
--color-4: #eab87b;
--color-5: #f1c84b;
}

🌈 Harvested Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b1c, #a85f2e, #d27a37, #eab87b, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b1c, #a85f2e, #d27a37, #eab87b, #f1c84b);
}

Harvested Hues color palette created on .