Midnight Blossom Drive カラーパレット

美しいMidnight Blossom Driveカラーパレットをご紹介します。illusion (#f4b2c9), wewak (#ee9eb6), hopbush (#ce6f95), affair (#723d83) and mirage (#1c1e33)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Midnight Blossom Driveパレットを使った美しいUIコンポーネントを探索

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

💻 Midnight Blossom Drive カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b2c9;
}
.color-2 {
color: #ee9eb6;
}
.color-3 {
color: #ce6f95;
}
.color-4 {
color: #723d83;
}
.color-5 {
color: #1c1e33;
}

/* CSS Variables */
:root {
--color-1: #f4b2c9;
--color-2: #ee9eb6;
--color-3: #ce6f95;
--color-4: #723d83;
--color-5: #1c1e33;
}

🌈 Midnight Blossom Drive の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b2c9, #ee9eb6, #ce6f95, #723d83, #1c1e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b2c9, #ee9eb6, #ce6f95, #723d83, #1c1e33);
}

Midnight Blossom Drive color palette created on .