Sunset Sands カラーパレット

美しいSunset Sandsカラーパレットをご紹介します。sandy brown (#f4a662), anzac (#e2ae55), tussock (#c69b3f), luxor gold (#9d7c2a) and kumera (#7b5f1e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Sunset Sandsパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Sunset Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a662;
}
.color-2 {
color: #e2ae55;
}
.color-3 {
color: #c69b3f;
}
.color-4 {
color: #9d7c2a;
}
.color-5 {
color: #7b5f1e;
}

/* CSS Variables */
:root {
--color-1: #f4a662;
--color-2: #e2ae55;
--color-3: #c69b3f;
--color-4: #9d7c2a;
--color-5: #7b5f1e;
}

🌈 Sunset Sands の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a662, #e2ae55, #c69b3f, #9d7c2a, #7b5f1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a662, #e2ae55, #c69b3f, #9d7c2a, #7b5f1e);
}

Sunset Sands color palette created on .