Whispers of Nature カラーパレット

美しいWhispers of Natureカラーパレットをご紹介します。gray nurse (#dbe1db), raffia (#ead9bd), ash (#c3c0b1), regent st blue (#98cbe1) and lemon grass (#979c8b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #dbe1db;
}
.color-2 {
color: #ead9bd;
}
.color-3 {
color: #c3c0b1;
}
.color-4 {
color: #98cbe1;
}
.color-5 {
color: #979c8b;
}

/* CSS Variables */
:root {
--color-1: #dbe1db;
--color-2: #ead9bd;
--color-3: #c3c0b1;
--color-4: #98cbe1;
--color-5: #979c8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe1db, #ead9bd, #c3c0b1, #98cbe1, #979c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe1db, #ead9bd, #c3c0b1, #98cbe1, #979c8b);
}

Whispers of Nature color palette created on .