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