Forest Haven カラーパレット

美しいForest Havenカラーパレットをご紹介します。fern frond (#4b7024), mallard (#2a3b1b), woodland (#3d5b2a), celery (#a2c360) and deco (#c5d88d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7024;
}
.color-2 {
color: #2a3b1b;
}
.color-3 {
color: #3d5b2a;
}
.color-4 {
color: #a2c360;
}
.color-5 {
color: #c5d88d;
}

/* CSS Variables */
:root {
--color-1: #4b7024;
--color-2: #2a3b1b;
--color-3: #3d5b2a;
--color-4: #a2c360;
--color-5: #c5d88d;
}

🌈 Forest Haven の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7024, #2a3b1b, #3d5b2a, #a2c360, #c5d88d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7024, #2a3b1b, #3d5b2a, #a2c360, #c5d88d);
}

Forest Haven color palette created on .