Rustic Autumn Reverie カラーパレット

美しいRustic Autumn Reverieカラーパレットをご紹介します。double spanish white (#e8d0c0), mojo (#c94e40), pine cone (#6f5b52), pueblo (#752210) and masala (#3b3330)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rustic Autumn Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #e8d0c0;
}
.color-2 {
color: #c94e40;
}
.color-3 {
color: #6f5b52;
}
.color-4 {
color: #752210;
}
.color-5 {
color: #3b3330;
}

/* CSS Variables */
:root {
--color-1: #e8d0c0;
--color-2: #c94e40;
--color-3: #6f5b52;
--color-4: #752210;
--color-5: #3b3330;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d0c0, #c94e40, #6f5b52, #752210, #3b3330);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d0c0, #c94e40, #6f5b52, #752210, #3b3330);
}

Rustic Autumn Reverie color palette created on .