Vibrant Melodies カラーパレット

美しいVibrant Melodiesカラーパレットをご紹介します。web orange (#faa700), burning orange (#ff6d2e), wild watermelon (#ff4d7f), violet eggplant (#a40e9d) and eminence (#5b2e8e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Melodies カラーパレット CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #a40e9d;
}
.color-5 {
color: #5b2e8e;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6d2e;
--color-3: #ff4d7f;
--color-4: #a40e9d;
--color-5: #5b2e8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6d2e, #ff4d7f, #a40e9d, #5b2e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6d2e, #ff4d7f, #a40e9d, #5b2e8e);
}

Vibrant Melodies color palette created on .