Rainbow Vibes カラーパレット

美しいRainbow Vibesカラーパレットをご紹介します。bittersweet (#ff6e61), ship cove (#6c84b7), blizzard blue (#a8dbeb), marzipan (#f9e79f) and sea pink (#f0a3a5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rainbow Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6c84b7;
}
.color-3 {
color: #a8dbeb;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #f0a3a5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6c84b7;
--color-3: #a8dbeb;
--color-4: #f9e79f;
--color-5: #f0a3a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6c84b7, #a8dbeb, #f9e79f, #f0a3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6c84b7, #a8dbeb, #f9e79f, #f0a3a5);
}

Rainbow Vibes color palette created on .