Bar and Grill カラーパレット

美しいBar and Grillカラーパレットをご紹介します。orange roughy (#bb4e1b), web orange (#f0a800), maize (#f6cfa7), hippie green (#5c8b4b) and woodland (#3f512a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Bar and Grillパレットを使った美しいUIコンポーネントを探索

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

💻 Bar and Grill カラーパレット CSS

/* CSS */
.color-1 {
color: #bb4e1b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f6cfa7;
}
.color-4 {
color: #5c8b4b;
}
.color-5 {
color: #3f512a;
}

/* CSS Variables */
:root {
--color-1: #bb4e1b;
--color-2: #f0a800;
--color-3: #f6cfa7;
--color-4: #5c8b4b;
--color-5: #3f512a;
}

🌈 Bar and Grill の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb4e1b, #f0a800, #f6cfa7, #5c8b4b, #3f512a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb4e1b, #f0a800, #f6cfa7, #5c8b4b, #3f512a);
}

Bar and Grill color palette created on .