Vibrant Tropical カラーパレット

美しいVibrant Tropicalカラーパレットをご紹介します。persimmon (#ff6347), supernova (#ffcc00), school bus yellow (#ffd900), fruit salad (#4cae4f) and robin's egg blue (#00bdd6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Tropical カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6347;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #ff6347;
--color-2: #ffcc00;
--color-3: #ffd900;
--color-4: #4cae4f;
--color-5: #00bdd6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6347, #ffcc00, #ffd900, #4cae4f, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6347, #ffcc00, #ffd900, #4cae4f, #00bdd6);
}

Vibrant Tropical color palette created on .