Earthy Elegance カラーパレット
美しいEarthy Eleganceカラーパレットをご紹介します。stark white (#e4e1b9), coral reef (#c7c3a9), gray olive (#a7a08b), bandicoot (#7a7a6c) and abbey (#4b4b4e)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Earthy, Neutral, Green, Gray, Modern, Minimalist, Soft, Warm, Vintageカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Earthy Eleganceパレットを使った美しいUIコンポーネントを探索
💻 Earthy Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #e4e1b9;
}
.color-2 {
color: #c7c3a9;
}
.color-3 {
color: #a7a08b;
}
.color-4 {
color: #7a7a6c;
}
.color-5 {
color: #4b4b4e;
}
/* CSS Variables */
:root {
--color-1: #e4e1b9;
--color-2: #c7c3a9;
--color-3: #a7a08b;
--color-4: #7a7a6c;
--color-5: #4b4b4e;
}
🌈 Earthy Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e1b9, #c7c3a9, #a7a08b, #7a7a6c, #4b4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e1b9, #c7c3a9, #a7a08b, #7a7a6c, #4b4b4e);
}
🔗 似たようなカラーパレットを探索
Earthy Elegance color palette created on .