Fawn Whispers カラーパレット

美しいFawn Whispersカラーパレットをご紹介します。pearl bush (#e3d7ca), bizarre (#ede0d4), janna (#f4e9d2), chamois (#f0d6b7) and bone (#decaba)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Fawn Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #e3d7ca;
}
.color-2 {
color: #ede0d4;
}
.color-3 {
color: #f4e9d2;
}
.color-4 {
color: #f0d6b7;
}
.color-5 {
color: #decaba;
}

/* CSS Variables */
:root {
--color-1: #e3d7ca;
--color-2: #ede0d4;
--color-3: #f4e9d2;
--color-4: #f0d6b7;
--color-5: #decaba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d7ca, #ede0d4, #f4e9d2, #f0d6b7, #decaba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d7ca, #ede0d4, #f4e9d2, #f0d6b7, #decaba);
}

Fawn Whispers color palette created on .