Death of Dreams カラーパレット

美しいDeath of Dreamsカラーパレットをご紹介します。martinique (#3a2a4c), mulled wine (#4d3e65), affair (#7b4e8d), bouquet (#b36fb2) and azalea (#f2b6e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Death of Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #3a2a4c;
}
.color-2 {
color: #4d3e65;
}
.color-3 {
color: #7b4e8d;
}
.color-4 {
color: #b36fb2;
}
.color-5 {
color: #f2b6e8;
}

/* CSS Variables */
:root {
--color-1: #3a2a4c;
--color-2: #4d3e65;
--color-3: #7b4e8d;
--color-4: #b36fb2;
--color-5: #f2b6e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a4c, #4d3e65, #7b4e8d, #b36fb2, #f2b6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a4c, #4d3e65, #7b4e8d, #b36fb2, #f2b6e8);
}

Death of Dreamsカラーパレットはに作成されました。