Whispers of Lavender Dreams カラーパレット

美しいWhispers of Lavender Dreamsカラーパレットをご紹介します。snuff (#f2e9f6), snuff (#e9daf1), prelude (#dfcceb), prelude (#d5bee4) and light wisteria (#caace2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e9f6;
}
.color-2 {
color: #e9daf1;
}
.color-3 {
color: #dfcceb;
}
.color-4 {
color: #d5bee4;
}
.color-5 {
color: #caace2;
}

/* CSS Variables */
:root {
--color-1: #f2e9f6;
--color-2: #e9daf1;
--color-3: #dfcceb;
--color-4: #d5bee4;
--color-5: #caace2;
}

🌈 Whispers of Lavender Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e9f6, #e9daf1, #dfcceb, #d5bee4, #caace2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e9f6, #e9daf1, #dfcceb, #d5bee4, #caace2);
}

Whispers of Lavender Dreams color palette created on .