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