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