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