70s Nature Boho カラーパレット

美しい70s Nature Bohoカラーパレットをご紹介します。asparagus (#7d9c63), rainee (#b6c8a7), hampton (#e5d6a9), equator (#e4c26c) and tussock (#c47f4a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

70s Nature Bohoパレットを使った美しいUIコンポーネントを探索

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

💻 70s Nature Boho カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9c63;
}
.color-2 {
color: #b6c8a7;
}
.color-3 {
color: #e5d6a9;
}
.color-4 {
color: #e4c26c;
}
.color-5 {
color: #c47f4a;
}

/* CSS Variables */
:root {
--color-1: #7d9c63;
--color-2: #b6c8a7;
--color-3: #e5d6a9;
--color-4: #e4c26c;
--color-5: #c47f4a;
}

🌈 70s Nature Boho の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c63, #b6c8a7, #e5d6a9, #e4c26c, #c47f4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c63, #b6c8a7, #e5d6a9, #e4c26c, #c47f4a);
}

70s Nature Boho color palette created on .