Shades of Lilac カラーパレット

美しいShades of Lilacカラーパレットをご紹介します。cornflower lilac (#ffb1ad), can can (#d89dc4), lavender purple (#a68ebe), ship cove (#6987c3) and regent st blue (#a3c7e0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #ffb1ad;
}
.color-2 {
color: #d89dc4;
}
.color-3 {
color: #a68ebe;
}
.color-4 {
color: #6987c3;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #ffb1ad;
--color-2: #d89dc4;
--color-3: #a68ebe;
--color-4: #6987c3;
--color-5: #a3c7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb1ad, #d89dc4, #a68ebe, #6987c3, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb1ad, #d89dc4, #a68ebe, #6987c3, #a3c7e0);
}

Shades of Lilac color palette created on .