80s Winter Men カラーパレット

美しい80s Winter Menカラーパレットをご紹介します。iron (#dfe0e2), cadet blue (#a4b3c1), lynch (#5d748e), pickled bluewood (#2b3d50) and tall poppy (#bf3a2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 80s Winter Men カラーパレット CSS

/* CSS */
.color-1 {
color: #dfe0e2;
}
.color-2 {
color: #a4b3c1;
}
.color-3 {
color: #5d748e;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #dfe0e2;
--color-2: #a4b3c1;
--color-3: #5d748e;
--color-4: #2b3d50;
--color-5: #bf3a2b;
}

🌈 80s Winter Men の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe0e2, #a4b3c1, #5d748e, #2b3d50, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe0e2, #a4b3c1, #5d748e, #2b3d50, #bf3a2b);
}

80s Winter Men color palette created on .