Tropical Harmony カラーパレット
美しいTropical Harmonyカラーパレットをご紹介します。surf crest (#d0e6d0), azalea (#f9c3c3), jaffa (#f0993d), link water (#d4e6f2) and fruit salad (#499c69)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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 .