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