美しいSands of Desolationカラーパレットをご紹介します。laser (#d3b378), copper (#c67b39), paarl (#9f5028), burnt umber (#8e3c29) and irish coffee (#5b2e25)で構成されています。
Sands of Desolation カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Sands of Desolationパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Sands of Desolationパレットを使った美しいUIコンポーネントを探索
💻 Sands of Desolation カラーパレット CSS
/* CSS */
.color-1 {
color: #d3b378;
}
.color-2 {
color: #c67b39;
}
.color-3 {
color: #9f5028;
}
.color-4 {
color: #8e3c29;
}
.color-5 {
color: #5b2e25;
}
/* CSS Variables */
:root {
--color-1: #d3b378;
--color-2: #c67b39;
--color-3: #9f5028;
--color-4: #8e3c29;
--color-5: #5b2e25;
}
🌈 Sands of Desolation の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b378, #c67b39, #9f5028, #8e3c29, #5b2e25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b378, #c67b39, #9f5028, #8e3c29, #5b2e25);
}
🔗 似たようなカラーパレットを探索
Sands of Desolation color palette created on .