Forest Serenity カラーパレット

美しいForest Serenityカラーパレットをご紹介します。chalet green (#4a6935), lunar green (#2c3f2f), green kelp (#1c2c1e), woodland (#4a692b) and mantis (#79bf4a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4a6935;
}
.color-2 {
color: #2c3f2f;
}
.color-3 {
color: #1c2c1e;
}
.color-4 {
color: #4a692b;
}
.color-5 {
color: #79bf4a;
}

/* CSS Variables */
:root {
--color-1: #4a6935;
--color-2: #2c3f2f;
--color-3: #1c2c1e;
--color-4: #4a692b;
--color-5: #79bf4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}

Forest Serenity color palette created on .