1900s カラーパレット

美しい1900sカラーパレットをご紹介します。corvette (#f8caa5), rose bud (#f8a2a0), terracotta (#e76a5a), fuzzy wuzzy brown (#c75d4d) and sanguine brown (#8c3b3b)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:60s, 70s, 80s, 90s, Aesthetic, Amber, Apricot, Retro, Vintage, Warmカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 1900s カラーパレット CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f8a2a0;
}
.color-3 {
color: #e76a5a;
}
.color-4 {
color: #c75d4d;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f8a2a0;
--color-3: #e76a5a;
--color-4: #c75d4d;
--color-5: #8c3b3b;
}

🌈 1900s の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f8a2a0, #e76a5a, #c75d4d, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f8a2a0, #e76a5a, #c75d4d, #8c3b3b);
}

1900s color palette created on .