Whispers of Sage カラーパレット

美しいWhispers of Sageカラーパレットをご紹介します。norway (#a8c1a4), pixie green (#b9d3b1), periglacial blue (#e0e3d3), vanilla (#d5b5a5) and quicksand (#c19b8f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #a8c1a4;
}
.color-2 {
color: #b9d3b1;
}
.color-3 {
color: #e0e3d3;
}
.color-4 {
color: #d5b5a5;
}
.color-5 {
color: #c19b8f;
}

/* CSS Variables */
:root {
--color-1: #a8c1a4;
--color-2: #b9d3b1;
--color-3: #e0e3d3;
--color-4: #d5b5a5;
--color-5: #c19b8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c1a4, #b9d3b1, #e0e3d3, #d5b5a5, #c19b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c1a4, #b9d3b1, #e0e3d3, #d5b5a5, #c19b8f);
}

Whispers of Sage color palette created on .