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