Forest Haven カラーパレット

美しいForest Havenカラーパレットをご紹介します。chalet green (#4c703e), green kelp (#2c3e28), dingley (#59794e), tom thumb (#3d5b33) and asparagus (#7a9c4f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #4c703e;
}
.color-2 {
color: #2c3e28;
}
.color-3 {
color: #59794e;
}
.color-4 {
color: #3d5b33;
}
.color-5 {
color: #7a9c4f;
}

/* CSS Variables */
:root {
--color-1: #4c703e;
--color-2: #2c3e28;
--color-3: #59794e;
--color-4: #3d5b33;
--color-5: #7a9c4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c703e, #2c3e28, #59794e, #3d5b33, #7a9c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c703e, #2c3e28, #59794e, #3d5b33, #7a9c4f);
}

Forest Haven color palette created on .