Shades of Purple Blue カラーパレット

美しいShades of Purple Blueカラーパレットをご紹介します。victoria (#5c3f8d), deluge (#796eb4), logan (#a7a3c2), periwinkle gray (#c5cae2) and prelude (#e0c4e4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #796eb4;
}
.color-3 {
color: #a7a3c2;
}
.color-4 {
color: #c5cae2;
}
.color-5 {
color: #e0c4e4;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #796eb4;
--color-3: #a7a3c2;
--color-4: #c5cae2;
--color-5: #e0c4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #796eb4, #a7a3c2, #c5cae2, #e0c4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #796eb4, #a7a3c2, #c5cae2, #e0c4e4);
}

Shades of Purple Blue color palette created on .