Whispers of Dusk カラーパレット

美しいWhispers of Duskカラーパレットをご紹介します。whisper (#ecebf4), mountain mist (#949098), falcon (#7c5f67), matterhorn (#43373b) and cod gray (#191517)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #ecebf4;
}
.color-2 {
color: #949098;
}
.color-3 {
color: #7c5f67;
}
.color-4 {
color: #43373b;
}
.color-5 {
color: #191517;
}

/* CSS Variables */
:root {
--color-1: #ecebf4;
--color-2: #949098;
--color-3: #7c5f67;
--color-4: #43373b;
--color-5: #191517;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecebf4, #949098, #7c5f67, #43373b, #191517);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecebf4, #949098, #7c5f67, #43373b, #191517);
}

Whispers of Dusk color palette created on .