Whispers of the Earth カラーパレット

美しいWhispers of the Earthカラーパレットをご紹介します。cement (#8c7463), chicago (#5f5a53), armadillo (#474039), bistre (#39271d) and night rider (#261812)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of the Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #8c7463;
}
.color-2 {
color: #5f5a53;
}
.color-3 {
color: #474039;
}
.color-4 {
color: #39271d;
}
.color-5 {
color: #261812;
}

/* CSS Variables */
:root {
--color-1: #8c7463;
--color-2: #5f5a53;
--color-3: #474039;
--color-4: #39271d;
--color-5: #261812;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7463, #5f5a53, #474039, #39271d, #261812);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7463, #5f5a53, #474039, #39271d, #261812);
}

Whispers of the Earth color palette created on .