Forest Whisper カラーパレット

美しいForest Whisperカラーパレットをご紹介します。cameo (#dbbca3), birch (#372f25), teal (#038c85), brandy rose (#b8957f) and coffee (#776555)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #dbbca3;
}
.color-2 {
color: #372f25;
}
.color-3 {
color: #038c85;
}
.color-4 {
color: #b8957f;
}
.color-5 {
color: #776555;
}

/* CSS Variables */
:root {
--color-1: #dbbca3;
--color-2: #372f25;
--color-3: #038c85;
--color-4: #b8957f;
--color-5: #776555;
}

🌈 Forest Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbbca3, #372f25, #038c85, #b8957f, #776555);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbbca3, #372f25, #038c85, #b8957f, #776555);
}

Forest Whisper color palette created on .