Shades of Purple カラーパレット

美しいShades of Purpleカラーパレットをご紹介します。prelude (#d1c1e6), cold purple (#aea2d8), purple mountain's majesty (#8e7abd), deluge (#795c99) and mulled wine (#5f4c7b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #d1c1e6;
}
.color-2 {
color: #aea2d8;
}
.color-3 {
color: #8e7abd;
}
.color-4 {
color: #795c99;
}
.color-5 {
color: #5f4c7b;
}

/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #aea2d8;
--color-3: #8e7abd;
--color-4: #795c99;
--color-5: #5f4c7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #aea2d8, #8e7abd, #795c99, #5f4c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #aea2d8, #8e7abd, #795c99, #5f4c7b);
}

Shades of Purpleカラーパレットはに作成されました。