Whispers of Earth カラーパレット
美しいWhispers of Earthカラーパレットをご紹介します。olive haze (#8b8574), friar gray (#7f7f7a), armadillo (#49463c), cape cod (#3b3f3e) and cotton seed (#c3bfb6)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Whispers of Earthパレットを使った美しいUIコンポーネントを探索
💻 Whispers of Earth カラーパレット CSS
/* CSS */
.color-1 {
color: #8b8574;
}
.color-2 {
color: #7f7f7a;
}
.color-3 {
color: #49463c;
}
.color-4 {
color: #3b3f3e;
}
.color-5 {
color: #c3bfb6;
}
/* CSS Variables */
:root {
--color-1: #8b8574;
--color-2: #7f7f7a;
--color-3: #49463c;
--color-4: #3b3f3e;
--color-5: #c3bfb6;
} 🌈 Whispers of Earth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b8574, #7f7f7a, #49463c, #3b3f3e, #c3bfb6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b8574, #7f7f7a, #49463c, #3b3f3e, #c3bfb6);
} 🔗 似たようなカラーパレットを探索
Whispers of Earth color palette created on .