Whispers of Verdant Earth カラーパレット

美しいWhispers of Verdant Earthカラーパレットをご紹介します。chenin (#d3dc6a), olive green (#a4b257), mantle (#879b8d), sycamore (#839343) and costa del sol (#627335)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #d3dc6a;
}
.color-2 {
color: #a4b257;
}
.color-3 {
color: #879b8d;
}
.color-4 {
color: #839343;
}
.color-5 {
color: #627335;
}

/* CSS Variables */
:root {
--color-1: #d3dc6a;
--color-2: #a4b257;
--color-3: #879b8d;
--color-4: #839343;
--color-5: #627335;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3dc6a, #a4b257, #879b8d, #839343, #627335);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3dc6a, #a4b257, #879b8d, #839343, #627335);
}

Whispers of Verdant Earth color palette created on .