Shades of Purple カラーパレット

美しいShades of Purpleカラーパレットをご紹介します。sidecar (#f2f3b4), spindle (#b5c8e8), nepal (#8f9ebd), chatelle (#c0b1c4) and affair (#6a4b8b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f2f3b4;
}
.color-2 {
color: #b5c8e8;
}
.color-3 {
color: #8f9ebd;
}
.color-4 {
color: #c0b1c4;
}
.color-5 {
color: #6a4b8b;
}

/* CSS Variables */
:root {
--color-1: #f2f3b4;
--color-2: #b5c8e8;
--color-3: #8f9ebd;
--color-4: #c0b1c4;
--color-5: #6a4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f3b4, #b5c8e8, #8f9ebd, #c0b1c4, #6a4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f3b4, #b5c8e8, #8f9ebd, #c0b1c4, #6a4b8b);
}

Shades of Purple color palette created on .