Whispering Dunes カラーパレット

美しいWhispering Dunesカラーパレットをご紹介します。edward (#a9b7b1), silk (#c4b5b1), rose fog (#e6c4b7), beauty bush (#efb3b8) and mandys pink (#f5c5b7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whispering Dunesパレットを使った美しいUIコンポーネントを探索

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

💻 Whispering Dunes カラーパレット CSS

/* CSS */
.color-1 {
color: #a9b7b1;
}
.color-2 {
color: #c4b5b1;
}
.color-3 {
color: #e6c4b7;
}
.color-4 {
color: #efb3b8;
}
.color-5 {
color: #f5c5b7;
}

/* CSS Variables */
:root {
--color-1: #a9b7b1;
--color-2: #c4b5b1;
--color-3: #e6c4b7;
--color-4: #efb3b8;
--color-5: #f5c5b7;
}

🌈 Whispering Dunes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b7b1, #c4b5b1, #e6c4b7, #efb3b8, #f5c5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b7b1, #c4b5b1, #e6c4b7, #efb3b8, #f5c5b7);
}

Whispering Dunes color palette created on .