美しいWhispers of Natureカラーパレットをご紹介します。de york (#88ce88), raffia (#ead9bd), tropical blue (#bbe4f6), black haze (#eef1f1) and sweet corn (#faea85)で構成されています。

Whispers of Nature カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Whispers of Natureパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

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

/* CSS */
.color-1 {
color: #88ce88;
}
.color-2 {
color: #ead9bd;
}
.color-3 {
color: #bbe4f6;
}
.color-4 {
color: #eef1f1;
}
.color-5 {
color: #faea85;
}

/* CSS Variables */
:root {
--color-1: #88ce88;
--color-2: #ead9bd;
--color-3: #bbe4f6;
--color-4: #eef1f1;
--color-5: #faea85;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88ce88, #ead9bd, #bbe4f6, #eef1f1, #faea85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88ce88, #ead9bd, #bbe4f6, #eef1f1, #faea85);
}

Whispers of Nature color palette created on .