Whispers of the Past カラーパレット

美しいWhispers of the Pastカラーパレットをご紹介します。butterfly bush (#5e4b8b), blue marguerite (#896abe), prelude (#c4b3e6), beauty bush (#f1c6d4) and rose bud (#f9b1ae)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of the Past カラーパレット CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #896abe;
}
.color-3 {
color: #c4b3e6;
}
.color-4 {
color: #f1c6d4;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #896abe;
--color-3: #c4b3e6;
--color-4: #f1c6d4;
--color-5: #f9b1ae;
}

🌈 Whispers of the Past の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #896abe, #c4b3e6, #f1c6d4, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #896abe, #c4b3e6, #f1c6d4, #f9b1ae);
}

Whispers of the Past color palette created on .