Opulent Earthtones カラーパレット

美しいOpulent Earthtonesカラーパレットをご紹介します。tacha (#d7b36a), sundance (#c6a85d), husk (#b7994e), cape palliser (#a86d3e) and potters clay (#814f32)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Opulent Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #d7b36a;
}
.color-2 {
color: #c6a85d;
}
.color-3 {
color: #b7994e;
}
.color-4 {
color: #a86d3e;
}
.color-5 {
color: #814f32;
}

/* CSS Variables */
:root {
--color-1: #d7b36a;
--color-2: #c6a85d;
--color-3: #b7994e;
--color-4: #a86d3e;
--color-5: #814f32;
}

🌈 Opulent Earthtones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b36a, #c6a85d, #b7994e, #a86d3e, #814f32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b36a, #c6a85d, #b7994e, #a86d3e, #814f32);
}

Opulent Earthtones color palette created on .