美しいWhispering Sageカラーパレットをご紹介します。norway (#a7bea2), clay ash (#b3c8b1), surf crest (#d1e6d3), panache (#e2f3e4) and hint of green (#f0fff2)で構成されています。

Whispering Sage カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

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

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

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

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

UI例

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

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

💻 Whispering Sage カラーパレット CSS

/* CSS */
.color-1 {
color: #a7bea2;
}
.color-2 {
color: #b3c8b1;
}
.color-3 {
color: #d1e6d3;
}
.color-4 {
color: #e2f3e4;
}
.color-5 {
color: #f0fff2;
}

/* CSS Variables */
:root {
--color-1: #a7bea2;
--color-2: #b3c8b1;
--color-3: #d1e6d3;
--color-4: #e2f3e4;
--color-5: #f0fff2;
}

🌈 Whispering Sage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bea2, #b3c8b1, #d1e6d3, #e2f3e4, #f0fff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bea2, #b3c8b1, #d1e6d3, #e2f3e4, #f0fff2);
}

Whispering Sage color palette created on .