Purple Dreams カラーパレット

美しいPurple Dreamsカラーパレットをご紹介します。scampi (#605b95), affair (#6c4899), kimberly (#75659f), amethyst smoke (#a38ea9) and bouquet (#ac6c94)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Deep, Deep Autumn, Purple, Plum, Lavender, Muted, Earthy, Elegant, Soft, Warmカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Purple Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #605b95;
}
.color-2 {
color: #6c4899;
}
.color-3 {
color: #75659f;
}
.color-4 {
color: #a38ea9;
}
.color-5 {
color: #ac6c94;
}

/* CSS Variables */
:root {
--color-1: #605b95;
--color-2: #6c4899;
--color-3: #75659f;
--color-4: #a38ea9;
--color-5: #ac6c94;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #605b95, #6c4899, #75659f, #a38ea9, #ac6c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #605b95, #6c4899, #75659f, #a38ea9, #ac6c94);
}

Purple Dreams color palette created on .