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