Upside Down Vibes カラーパレット

美しいUpside Down Vibesカラーパレットをご紹介します。loulou (#610f42), valentino (#2b0d45), daisy bush (#4a2c90), web orange (#f0a400) and bittersweet (#ff6e61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Upside Down Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #610f42;
}
.color-2 {
color: #2b0d45;
}
.color-3 {
color: #4a2c90;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #610f42;
--color-2: #2b0d45;
--color-3: #4a2c90;
--color-4: #f0a400;
--color-5: #ff6e61;
}

🌈 Upside Down Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #610f42, #2b0d45, #4a2c90, #f0a400, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #610f42, #2b0d45, #4a2c90, #f0a400, #ff6e61);
}

Upside Down Vibes color palette created on .