1970s Detective Series カラーパレット
美しい1970s Detective Seriesカラーパレットをご紹介します。yellow metal (#7c5e3c), driftwood (#a07f4b), laser (#c9b669), harvest gold (#e1c27a) and flame pea (#d45c3a)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
1970s Detective Seriesパレットを使った美しいUIコンポーネントを探索
💻 1970s Detective Series カラーパレット CSS
/* CSS */
.color-1 {
color: #7c5e3c;
}
.color-2 {
color: #a07f4b;
}
.color-3 {
color: #c9b669;
}
.color-4 {
color: #e1c27a;
}
.color-5 {
color: #d45c3a;
}
/* CSS Variables */
:root {
--color-1: #7c5e3c;
--color-2: #a07f4b;
--color-3: #c9b669;
--color-4: #e1c27a;
--color-5: #d45c3a;
} 🌈 1970s Detective Series の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5e3c, #a07f4b, #c9b669, #e1c27a, #d45c3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5e3c, #a07f4b, #c9b669, #e1c27a, #d45c3a);
} 🔗 似たようなカラーパレットを探索
1970s Detective Series color palette created on .