Breaking Bad Vibes カラーパレット

美しいBreaking Bad Vibesカラーパレットをご紹介します。calypso (#356c88), fountain blue (#5ca1bc), locust (#abad90), tussock (#ae903d) and mule fawn (#964831)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Teal, Green, Gold, Brown, Dark, Dark Summer, Vintageカラーパレットと組み合わせ。

💡 できること

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

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

UI例

Breaking Bad Vibesパレットを使った美しいUIコンポーネントを探索

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

💻 Breaking Bad Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #356c88;
}
.color-2 {
color: #5ca1bc;
}
.color-3 {
color: #abad90;
}
.color-4 {
color: #ae903d;
}
.color-5 {
color: #964831;
}

/* CSS Variables */
:root {
--color-1: #356c88;
--color-2: #5ca1bc;
--color-3: #abad90;
--color-4: #ae903d;
--color-5: #964831;
}

🌈 Breaking Bad Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #356c88, #5ca1bc, #abad90, #ae903d, #964831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #356c88, #5ca1bc, #abad90, #ae903d, #964831);
}

Breaking Bad Vibes color palette created on .