Tropical Sunset Harmony カラーパレット

美しいTropical Sunset Harmonyカラーパレットをご紹介します。spring leaves (#527a56), desert (#a75d20), roof terracotta (#aa3f22), tamarillo (#92171b) and thunder (#332932)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Green, Brown, Red, Burgundy, Dark, Earthy, Vintage, Autumn, Forest, Muted, Tropicalカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #527a56;
}
.color-2 {
color: #a75d20;
}
.color-3 {
color: #aa3f22;
}
.color-4 {
color: #92171b;
}
.color-5 {
color: #332932;
}

/* CSS Variables */
:root {
--color-1: #527a56;
--color-2: #a75d20;
--color-3: #aa3f22;
--color-4: #92171b;
--color-5: #332932;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #527a56, #a75d20, #aa3f22, #92171b, #332932);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #527a56, #a75d20, #aa3f22, #92171b, #332932);
}

Tropical Sunset Harmony color palette created on .