Luxor Sunshine カラーパレット

美しいLuxor Sunshineカラーパレットをご紹介します。tacha (#d6c16b), earls green (#bead3c), luxor gold (#a88c2e), luxor gold (#a4982d) and pesto (#8b6a2d)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Gold, Yellow, Bright, Earthy, Luxury, Tropical, Summer, Modern, Warmカラーパレットと組み合わせ。

💡 できること

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 .