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