Shades of Purple カラーパレット

美しいShades of Purpleカラーパレットをご紹介します。wisteria (#966cb7), mandy (#e34567), orange (#f86c25), verdun green (#586d03) and saffron (#f6c337)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #966cb7;
}
.color-2 {
color: #e34567;
}
.color-3 {
color: #f86c25;
}
.color-4 {
color: #586d03;
}
.color-5 {
color: #f6c337;
}

/* CSS Variables */
:root {
--color-1: #966cb7;
--color-2: #e34567;
--color-3: #f86c25;
--color-4: #586d03;
--color-5: #f6c337;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #966cb7, #e34567, #f86c25, #586d03, #f6c337);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #966cb7, #e34567, #f86c25, #586d03, #f6c337);
}

Shades of Purple color palette created on .