Dior Dreams カラーパレット

美しいDior Dreamsカラーパレットをご紹介します。maverick (#d6b8c9), careys pink (#cca3b1), strikemaster (#a56f8b), mulled wine (#5e4b68) and thunder (#3b2b35)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dior Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b8c9;
}
.color-2 {
color: #cca3b1;
}
.color-3 {
color: #a56f8b;
}
.color-4 {
color: #5e4b68;
}
.color-5 {
color: #3b2b35;
}

/* CSS Variables */
:root {
--color-1: #d6b8c9;
--color-2: #cca3b1;
--color-3: #a56f8b;
--color-4: #5e4b68;
--color-5: #3b2b35;
}

🌈 Dior Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b8c9, #cca3b1, #a56f8b, #5e4b68, #3b2b35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b8c9, #cca3b1, #a56f8b, #5e4b68, #3b2b35);
}

Dior Dreams color palette created on .