Neon Urban Vibes カラーパレット

美しいNeon Urban Vibesカラーパレットをご紹介します。bittersweet (#ff6e61), atomic tangerine (#ff9a57), cream can (#f6c655), cornflower (#8ecae6) and clairvoyant (#690571)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Neon Urban Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #f6c655;
}
.color-4 {
color: #8ecae6;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a57;
--color-3: #f6c655;
--color-4: #8ecae6;
--color-5: #690571;
}

🌈 Neon Urban Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a57, #f6c655, #8ecae6, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a57, #f6c655, #8ecae6, #690571);
}

Neon Urban Vibes color palette created on .