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