70s Auburn and Color Pop カラーパレット

美しい70s Auburn and Color Popカラーパレットをご紹介します。burnt umber (#7f3b24), santa fe (#b76d4e), harvest gold (#e5b77b), sandwisp (#f5e4a3) and ronchi (#f1c84b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

70s Auburn and Color Popパレットを使った美しいUIコンポーネントを探索

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

💻 70s Auburn and Color Pop カラーパレット CSS

/* CSS */
.color-1 {
color: #7f3b24;
}
.color-2 {
color: #b76d4e;
}
.color-3 {
color: #e5b77b;
}
.color-4 {
color: #f5e4a3;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #7f3b24;
--color-2: #b76d4e;
--color-3: #e5b77b;
--color-4: #f5e4a3;
--color-5: #f1c84b;
}

🌈 70s Auburn and Color Pop の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f3b24, #b76d4e, #e5b77b, #f5e4a3, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f3b24, #b76d4e, #e5b77b, #f5e4a3, #f1c84b);
}

70s Auburn and Color Pop color palette created on .