Starry Lilac Dreams カラーパレット

美しいStarry Lilac Dreamsカラーパレットをご紹介します。prelude (#c8b1e2), wisteria (#a76db6), affair (#6a4d80), martinique (#3b2c54) and mirage (#1e1a2d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Starry Lilac Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #c8b1e2;
}
.color-2 {
color: #a76db6;
}
.color-3 {
color: #6a4d80;
}
.color-4 {
color: #3b2c54;
}
.color-5 {
color: #1e1a2d;
}

/* CSS Variables */
:root {
--color-1: #c8b1e2;
--color-2: #a76db6;
--color-3: #6a4d80;
--color-4: #3b2c54;
--color-5: #1e1a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b1e2, #a76db6, #6a4d80, #3b2c54, #1e1a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b1e2, #a76db6, #6a4d80, #3b2c54, #1e1a2d);
}

Starry Lilac Dreams color palette created on .