Tropical Harmony カラーパレット

美しいTropical Harmonyカラーパレットをご紹介します。surf crest (#d0e6d0), azalea (#f9c3c3), jaffa (#f0993d), link water (#d4e6f2) and fruit salad (#499c69)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #d0e6d0;
}
.color-2 {
color: #f9c3c3;
}
.color-3 {
color: #f0993d;
}
.color-4 {
color: #d4e6f2;
}
.color-5 {
color: #499c69;
}

/* CSS Variables */
:root {
--color-1: #d0e6d0;
--color-2: #f9c3c3;
--color-3: #f0993d;
--color-4: #d4e6f2;
--color-5: #499c69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e6d0, #f9c3c3, #f0993d, #d4e6f2, #499c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e6d0, #f9c3c3, #f0993d, #d4e6f2, #499c69);
}

Tropical Harmony color palette created on .