Whispers of the Night カラーパレット

美しいWhispers of the Nightカラーパレットをご紹介します。bone (#e8daca), pink flare (#e0c2ca), lilac (#c695bb), lavender purple (#9479b4) and deluge (#77579e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #e8daca;
}
.color-2 {
color: #e0c2ca;
}
.color-3 {
color: #c695bb;
}
.color-4 {
color: #9479b4;
}
.color-5 {
color: #77579e;
}

/* CSS Variables */
:root {
--color-1: #e8daca;
--color-2: #e0c2ca;
--color-3: #c695bb;
--color-4: #9479b4;
--color-5: #77579e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8daca, #e0c2ca, #c695bb, #9479b4, #77579e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8daca, #e0c2ca, #c695bb, #9479b4, #77579e);
}

Whispers of the Night color palette created on .