Whispers of Dusk カラーパレット

美しいWhispers of Duskカラーパレットをご紹介します。humming bird (#d3f0f8), porsche (#e99c58), viola (#c392b5), lilac (#c392b7) and trendy pink (#93599b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #d3f0f8;
}
.color-2 {
color: #e99c58;
}
.color-3 {
color: #c392b5;
}
.color-4 {
color: #c392b7;
}
.color-5 {
color: #93599b;
}

/* CSS Variables */
:root {
--color-1: #d3f0f8;
--color-2: #e99c58;
--color-3: #c392b5;
--color-4: #c392b7;
--color-5: #93599b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3f0f8, #e99c58, #c392b5, #c392b7, #93599b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3f0f8, #e99c58, #c392b5, #c392b7, #93599b);
}

Whispers of Dusk color palette created on .