Rustic Charm カラーパレット

美しいRustic Charmカラーパレットをご紹介します。congo brown (#633b3b), sepia skin (#9f503c), strikemaster (#8c638c), kournikova (#ffdc7a) and puce (#c8798d)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Rustic, Earthy, Warm, Brown, Red, Pink, Yellow, Soft, Vintage, Autumnカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Rustic Charmパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Rustic Charm カラーパレット CSS

/* CSS */
.color-1 {
color: #633b3b;
}
.color-2 {
color: #9f503c;
}
.color-3 {
color: #8c638c;
}
.color-4 {
color: #ffdc7a;
}
.color-5 {
color: #c8798d;
}

/* CSS Variables */
:root {
--color-1: #633b3b;
--color-2: #9f503c;
--color-3: #8c638c;
--color-4: #ffdc7a;
--color-5: #c8798d;
}

🌈 Rustic Charm の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #633b3b, #9f503c, #8c638c, #ffdc7a, #c8798d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #633b3b, #9f503c, #8c638c, #ffdc7a, #c8798d);
}

Rustic Charm color palette created on .