Tropical Cyberpunk カラーパレット

美しいTropical Cyberpunkカラーパレットをご紹介します。bittersweet (#ff6e61), apple (#69af4b), lightning yellow (#f9cb24), cerise (#e84594) and persian green (#00b893)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Tropical Cyberpunk カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #69af4b;
}
.color-3 {
color: #f9cb24;
}
.color-4 {
color: #e84594;
}
.color-5 {
color: #00b893;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69af4b;
--color-3: #f9cb24;
--color-4: #e84594;
--color-5: #00b893;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69af4b, #f9cb24, #e84594, #00b893);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69af4b, #f9cb24, #e84594, #00b893);
}

Tropical Cyberpunkカラーパレットはに作成されました。