Shades of Purple カラーパレット

美しいShades of Purpleカラーパレットをご紹介します。violet (#390a43), camelot (#7d2c54), puce (#c67b8d), cherokee (#f9c78b) and sandwisp (#f7e9a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #390a43;
}
.color-2 {
color: #7d2c54;
}
.color-3 {
color: #c67b8d;
}
.color-4 {
color: #f9c78b;
}
.color-5 {
color: #f7e9a1;
}

/* CSS Variables */
:root {
--color-1: #390a43;
--color-2: #7d2c54;
--color-3: #c67b8d;
--color-4: #f9c78b;
--color-5: #f7e9a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390a43, #7d2c54, #c67b8d, #f9c78b, #f7e9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390a43, #7d2c54, #c67b8d, #f9c78b, #f7e9a1);
}

Shades of Purple color palette created on .