Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。mirage (#1b202c), victoria (#504b9b), shadow (#907e4c), paarl (#a65e2b) and piper (#cf4b26)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #1b202c;
}
.color-2 {
color: #504b9b;
}
.color-3 {
color: #907e4c;
}
.color-4 {
color: #a65e2b;
}
.color-5 {
color: #cf4b26;
}

/* CSS Variables */
:root {
--color-1: #1b202c;
--color-2: #504b9b;
--color-3: #907e4c;
--color-4: #a65e2b;
--color-5: #cf4b26;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202c, #504b9b, #907e4c, #a65e2b, #cf4b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202c, #504b9b, #907e4c, #a65e2b, #cf4b26);
}

Shades of Blue color palette created on .