Blue Melancholy カラーパレット

美しいBlue Melancholyカラーパレットをご紹介します。havelock blue (#4b91e2), regent st blue (#a3c7e0), azalea (#f5c2ce), rose bud (#f7a5a1) and mulberry (#d05383)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Melancholy カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f5c2ce;
}
.color-4 {
color: #f7a5a1;
}
.color-5 {
color: #d05383;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #a3c7e0;
--color-3: #f5c2ce;
--color-4: #f7a5a1;
--color-5: #d05383;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #a3c7e0, #f5c2ce, #f7a5a1, #d05383);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #a3c7e0, #f5c2ce, #f7a5a1, #d05383);
}

Blue Melancholy color palette created on .