Cool Blue カラーパレット

美しいCool Blueカラーパレットをご紹介します。seagull (#6bb7e6), boston blue (#3b93b0), jelly bean (#2d7d9a), elm (#1f656f) and elephant (#154c56)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Cool Blueパレットを使った美しいUIコンポーネントを探索

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

💻 Cool Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #6bb7e6;
}
.color-2 {
color: #3b93b0;
}
.color-3 {
color: #2d7d9a;
}
.color-4 {
color: #1f656f;
}
.color-5 {
color: #154c56;
}

/* CSS Variables */
:root {
--color-1: #6bb7e6;
--color-2: #3b93b0;
--color-3: #2d7d9a;
--color-4: #1f656f;
--color-5: #154c56;
}

🌈 Cool Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7e6, #3b93b0, #2d7d9a, #1f656f, #154c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7e6, #3b93b0, #2d7d9a, #1f656f, #154c56);
}

Cool Blue color palette created on .