Forest Glow カラーパレット

美しいForest Glowカラーパレットをご紹介します。killarney (#3a693e), asparagus (#709c4f), olivine (#a3c58c), fall green (#e1e9b9) and tusk (#f4f1c3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #3a693e;
}
.color-2 {
color: #709c4f;
}
.color-3 {
color: #a3c58c;
}
.color-4 {
color: #e1e9b9;
}
.color-5 {
color: #f4f1c3;
}

/* CSS Variables */
:root {
--color-1: #3a693e;
--color-2: #709c4f;
--color-3: #a3c58c;
--color-4: #e1e9b9;
--color-5: #f4f1c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a693e, #709c4f, #a3c58c, #e1e9b9, #f4f1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a693e, #709c4f, #a3c58c, #e1e9b9, #f4f1c3);
}

Forest Glow color palette created on .