Whispers of Warmth カラーパレット

美しいWhispers of Warmthカラーパレットをご紹介します。ebb (#eee9e7), wafer (#d8cac5), calico (#e1ae99), thatch (#b69c91) and antique brass (#ce7d69)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #eee9e7;
}
.color-2 {
color: #d8cac5;
}
.color-3 {
color: #e1ae99;
}
.color-4 {
color: #b69c91;
}
.color-5 {
color: #ce7d69;
}

/* CSS Variables */
:root {
--color-1: #eee9e7;
--color-2: #d8cac5;
--color-3: #e1ae99;
--color-4: #b69c91;
--color-5: #ce7d69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee9e7, #d8cac5, #e1ae99, #b69c91, #ce7d69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee9e7, #d8cac5, #e1ae99, #b69c91, #ce7d69);
}

Whispers of Warmth color palette created on .