Shades of Purple カラーパレット

美しいShades of Purpleカラーパレットをご紹介します。sandwisp (#f5e0a3), soft amber (#d3c4b1), bazaar (#a17d88), affair (#994f9c) and affair (#6c3e79)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #d3c4b1;
}
.color-3 {
color: #a17d88;
}
.color-4 {
color: #994f9c;
}
.color-5 {
color: #6c3e79;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #d3c4b1;
--color-3: #a17d88;
--color-4: #994f9c;
--color-5: #6c3e79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #d3c4b1, #a17d88, #994f9c, #6c3e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #d3c4b1, #a17d88, #994f9c, #6c3e79);
}

Shades of Purple color palette created on .