Whispers of Serene Forest カラーパレット

美しいWhispers of Serene Forestカラーパレットをご紹介します。westar (#e2e2da), bud (#aeb1aa), bitter (#7c7f76), hemlock (#5a5c3d) and matisse (#1e5d94)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Serene Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #e2e2da;
}
.color-2 {
color: #aeb1aa;
}
.color-3 {
color: #7c7f76;
}
.color-4 {
color: #5a5c3d;
}
.color-5 {
color: #1e5d94;
}

/* CSS Variables */
:root {
--color-1: #e2e2da;
--color-2: #aeb1aa;
--color-3: #7c7f76;
--color-4: #5a5c3d;
--color-5: #1e5d94;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e2da, #aeb1aa, #7c7f76, #5a5c3d, #1e5d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e2da, #aeb1aa, #7c7f76, #5a5c3d, #1e5d94);
}

Whispers of Serene Forest color palette created on .