Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。wild blue yonder (#6b73b3), cold purple (#a1a5d9), spindle (#b3c6e5), double colonial white (#f0e7b2) and mandys pink (#f5cbb2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #6b73b3;
}
.color-2 {
color: #a1a5d9;
}
.color-3 {
color: #b3c6e5;
}
.color-4 {
color: #f0e7b2;
}
.color-5 {
color: #f5cbb2;
}

/* CSS Variables */
:root {
--color-1: #6b73b3;
--color-2: #a1a5d9;
--color-3: #b3c6e5;
--color-4: #f0e7b2;
--color-5: #f5cbb2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b73b3, #a1a5d9, #b3c6e5, #f0e7b2, #f5cbb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b73b3, #a1a5d9, #b3c6e5, #f0e7b2, #f5cbb2);
}

Shades of Blue color palette created on .