Tropical Forest Serenity カラーパレット

美しいTropical Forest Serenityカラーパレットをご紹介します。jungle green (#26a695), tradewind (#4fb59f), bermuda (#6fdcbf), powder blue (#b2e6d9) and iroko (#463425)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Forest Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #26a695;
}
.color-2 {
color: #4fb59f;
}
.color-3 {
color: #6fdcbf;
}
.color-4 {
color: #b2e6d9;
}
.color-5 {
color: #463425;
}

/* CSS Variables */
:root {
--color-1: #26a695;
--color-2: #4fb59f;
--color-3: #6fdcbf;
--color-4: #b2e6d9;
--color-5: #463425;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26a695, #4fb59f, #6fdcbf, #b2e6d9, #463425);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26a695, #4fb59f, #6fdcbf, #b2e6d9, #463425);
}

Tropical Forest Serenity color palette created on .