Bell Bottom Blues カラーパレット

美しいBell Bottom Bluesカラーパレットをご紹介します。regent st blue (#a3c7e0), danube (#6a9dd7), astral (#3a7d9c), jungle green (#239a7a) and green pea (#1c6d4d)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Vibrant, Spring, Retro, Ocean, Bright, Teal, Green, 60s, 70sカラーパレットと組み合わせ。

💡 できること

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

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

UI例

Bell Bottom Bluesパレットを使った美しいUIコンポーネントを探索

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

💻 Bell Bottom Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #6a9dd7;
}
.color-3 {
color: #3a7d9c;
}
.color-4 {
color: #239a7a;
}
.color-5 {
color: #1c6d4d;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6a9dd7;
--color-3: #3a7d9c;
--color-4: #239a7a;
--color-5: #1c6d4d;
}

🌈 Bell Bottom Blues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6a9dd7, #3a7d9c, #239a7a, #1c6d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6a9dd7, #3a7d9c, #239a7a, #1c6d4d);
}

Bell Bottom Blues color palette created on .