Green Forest カラーパレット
美しいGreen Forestカラーパレットをご紹介します。goblin (#3a7e3d), mantis (#5abf5a), granny smith apple (#8fdc8f), celadon (#b2e6b2) and peppermint (#e4f6e4)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Green Forestパレットを使った美しいUIコンポーネントを探索
💻 Green Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #3a7e3d;
}
.color-2 {
color: #5abf5a;
}
.color-3 {
color: #8fdc8f;
}
.color-4 {
color: #b2e6b2;
}
.color-5 {
color: #e4f6e4;
}
/* CSS Variables */
:root {
--color-1: #3a7e3d;
--color-2: #5abf5a;
--color-3: #8fdc8f;
--color-4: #b2e6b2;
--color-5: #e4f6e4;
} 🌈 Green Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e3d, #5abf5a, #8fdc8f, #b2e6b2, #e4f6e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e3d, #5abf5a, #8fdc8f, #b2e6b2, #e4f6e4);
} 🔗 似たようなカラーパレットを探索
Green Forest color palette created on .