Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。port gore (#1e1c3b), mulled wine (#4c4a6d), storm gray (#6a6b90), logan (#a6aac9) and straw (#d8c68d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #1e1c3b;
}
.color-2 {
color: #4c4a6d;
}
.color-3 {
color: #6a6b90;
}
.color-4 {
color: #a6aac9;
}
.color-5 {
color: #d8c68d;
}

/* CSS Variables */
:root {
--color-1: #1e1c3b;
--color-2: #4c4a6d;
--color-3: #6a6b90;
--color-4: #a6aac9;
--color-5: #d8c68d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1c3b, #4c4a6d, #6a6b90, #a6aac9, #d8c68d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1c3b, #4c4a6d, #6a6b90, #a6aac9, #d8c68d);
}

Shades of Blue color palette created on .