Whispers of Earth カラーパレット
美しいWhispers of Earthカラーパレットをご紹介します。snow drift (#f5f7f3), squirrel (#978982), kabul (#55483f), kelp (#3b4431) and english walnut (#422e29)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Rustic, Minimalist, Autumnカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Whispers of Earthパレットを使った美しいUIコンポーネントを探索
💻 Whispers of Earth カラーパレット CSS
/* CSS */
.color-1 {
color: #f5f7f3;
}
.color-2 {
color: #978982;
}
.color-3 {
color: #55483f;
}
.color-4 {
color: #3b4431;
}
.color-5 {
color: #422e29;
}
/* CSS Variables */
:root {
--color-1: #f5f7f3;
--color-2: #978982;
--color-3: #55483f;
--color-4: #3b4431;
--color-5: #422e29;
}
🌈 Whispers of Earth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}
🔗 似たようなカラーパレットを探索
Whispers of Earth color palette created on .