Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。havelock blue (#5099dc), cornflower (#84cae1), purple heart (#8e37c8), st tropaz (#2a509d) and curious blue (#2582c1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #5099dc;
}
.color-2 {
color: #84cae1;
}
.color-3 {
color: #8e37c8;
}
.color-4 {
color: #2a509d;
}
.color-5 {
color: #2582c1;
}

/* CSS Variables */
:root {
--color-1: #5099dc;
--color-2: #84cae1;
--color-3: #8e37c8;
--color-4: #2a509d;
--color-5: #2582c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5099dc, #84cae1, #8e37c8, #2a509d, #2582c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5099dc, #84cae1, #8e37c8, #2a509d, #2582c1);
}

Shades of Blue color palette created on .