Whispers of Lavender Dreams カラーパレット
美しいWhispers of Lavender Dreamsカラーパレットをご紹介します。french lilac (#debeef), perfume (#e5b4f3), lavender (#c972e4), medium purple (#b543db) and purple heart (#a11ecc)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Whispers of Lavender Dreamsパレットを使った美しいUIコンポーネントを探索
💻 Whispers of Lavender Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #debeef;
}
.color-2 {
color: #e5b4f3;
}
.color-3 {
color: #c972e4;
}
.color-4 {
color: #b543db;
}
.color-5 {
color: #a11ecc;
}
/* CSS Variables */
:root {
--color-1: #debeef;
--color-2: #e5b4f3;
--color-3: #c972e4;
--color-4: #b543db;
--color-5: #a11ecc;
}
🌈 Whispers of Lavender Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #debeef, #e5b4f3, #c972e4, #b543db, #a11ecc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #debeef, #e5b4f3, #c972e4, #b543db, #a11ecc);
}
🔗 似たようなカラーパレットを探索
Whispers of Lavender Dreams color palette created on .