Tropical Sunset Vibes カラーパレット

美しいTropical Sunset Vibesカラーパレットをご紹介します。manhattan (#f7c5a1), apricot (#f19f79), jaffa (#ef7b4d), flame pea (#d65a38) and tuscany (#c94f31)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Sunset Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f19f79;
}
.color-3 {
color: #ef7b4d;
}
.color-4 {
color: #d65a38;
}
.color-5 {
color: #c94f31;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f19f79;
--color-3: #ef7b4d;
--color-4: #d65a38;
--color-5: #c94f31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f19f79, #ef7b4d, #d65a38, #c94f31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f19f79, #ef7b4d, #d65a38, #c94f31);
}

Tropical Sunset Vibes color palette created on .