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