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