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