Desert Sunlit Oasis カラーパレット

美しいDesert Sunlit Oasisカラーパレットをご紹介します。cashmere (#e5c49e), whiskey (#d5a86d), husk (#bfaf5f), roti (#aeae3d) and sycamore (#8c7b3b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Desert Sunlit Oasisパレットを使った美しいUIコンポーネントを探索

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

💻 Desert Sunlit Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c49e;
}
.color-2 {
color: #d5a86d;
}
.color-3 {
color: #bfaf5f;
}
.color-4 {
color: #aeae3d;
}
.color-5 {
color: #8c7b3b;
}

/* CSS Variables */
:root {
--color-1: #e5c49e;
--color-2: #d5a86d;
--color-3: #bfaf5f;
--color-4: #aeae3d;
--color-5: #8c7b3b;
}

🌈 Desert Sunlit Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c49e, #d5a86d, #bfaf5f, #aeae3d, #8c7b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c49e, #d5a86d, #bfaf5f, #aeae3d, #8c7b3b);
}

Desert Sunlit Oasis color palette created on .