Tropical Sunrise カラーパレット

美しいTropical Sunriseカラーパレットをご紹介します。bittersweet (#ff6e61), atomic tangerine (#ff9e66), mustard (#ffd54d), sushi (#8bc34b) and fruit salad (#4cae4f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffd54d;
--color-4: #8bc34b;
--color-5: #4cae4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffd54d, #8bc34b, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffd54d, #8bc34b, #4cae4f);
}

Tropical Sunrise color palette created on .