1900s カラーパレット

美しい1900sカラーパレットをご紹介します。spindle (#b5c7e8), web orange (#f0a400), cinnabar (#e04a29), rum (#6c5b80) and givry (#f8e0bf)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 1900s カラーパレット CSS

/* CSS */
.color-1 {
color: #b5c7e8;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #e04a29;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #f8e0bf;
}

/* CSS Variables */
:root {
--color-1: #b5c7e8;
--color-2: #f0a400;
--color-3: #e04a29;
--color-4: #6c5b80;
--color-5: #f8e0bf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c7e8, #f0a400, #e04a29, #6c5b80, #f8e0bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c7e8, #f0a400, #e04a29, #6c5b80, #f8e0bf);
}

1900sカラーパレットはに作成されました。