Melancholy Hues カラーパレット

美しいMelancholy Huesカラーパレットをご紹介します。danube (#6191cc), regent st blue (#a1c2e3), link water (#cde2ef), lily (#d1b3c0) and old rose (#c07791)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Melancholy Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #6191cc;
}
.color-2 {
color: #a1c2e3;
}
.color-3 {
color: #cde2ef;
}
.color-4 {
color: #d1b3c0;
}
.color-5 {
color: #c07791;
}

/* CSS Variables */
:root {
--color-1: #6191cc;
--color-2: #a1c2e3;
--color-3: #cde2ef;
--color-4: #d1b3c0;
--color-5: #c07791;
}

🌈 Melancholy Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6191cc, #a1c2e3, #cde2ef, #d1b3c0, #c07791);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6191cc, #a1c2e3, #cde2ef, #d1b3c0, #c07791);
}

Melancholy Hues color palette created on .