Midnight Melancholy カラーパレット
美しいMidnight Melancholyカラーパレットをご紹介します。lucky point (#1e1e76), victoria (#49499c), blue marguerite (#6868c0), cold purple (#a3a3e0) and fog (#dbdbff)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Night Sky, Modern, Deep, Cool Autumnカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Midnight Melancholyパレットを使った美しいUIコンポーネントを探索
💻 Midnight Melancholy カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #49499c;
}
.color-3 {
color: #6868c0;
}
.color-4 {
color: #a3a3e0;
}
.color-5 {
color: #dbdbff;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #49499c;
--color-3: #6868c0;
--color-4: #a3a3e0;
--color-5: #dbdbff;
}
🌈 Midnight Melancholy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #49499c, #6868c0, #a3a3e0, #dbdbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #49499c, #6868c0, #a3a3e0, #dbdbff);
}
🔗 似たようなカラーパレットを探索
Midnight Melancholy color palette created on .