Whispers of Warmth カラーパレット

美しいWhispers of Warmthカラーパレットをご紹介します。aths special (#eee3d3), rodeo dust (#c9b6a1), coral reef (#c6b49f), coral reef (#c6b49f) and zorba (#a89b8f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #eee3d3;
}
.color-2 {
color: #c9b6a1;
}
.color-3 {
color: #c6b49f;
}
.color-4 {
color: #c6b49f;
}
.color-5 {
color: #a89b8f;
}

/* CSS Variables */
:root {
--color-1: #eee3d3;
--color-2: #c9b6a1;
--color-3: #c6b49f;
--color-4: #c6b49f;
--color-5: #a89b8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee3d3, #c9b6a1, #c6b49f, #c6b49f, #a89b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee3d3, #c9b6a1, #c6b49f, #c6b49f, #a89b8f);
}

Whispers of Warmth color palette created on .