Earthy Serenity カラーパレット

美しいEarthy Serenityカラーパレットをご紹介します。zorba (#a09a8d), mongoose (#b49a7e), sorrell brown (#d3b59c), clay ash (#c1c7b3) and hit gray (#a7b3b9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Earthy Serenityパレットを使った美しいUIコンポーネントを探索

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

💻 Earthy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a09a8d;
}
.color-2 {
color: #b49a7e;
}
.color-3 {
color: #d3b59c;
}
.color-4 {
color: #c1c7b3;
}
.color-5 {
color: #a7b3b9;
}

/* CSS Variables */
:root {
--color-1: #a09a8d;
--color-2: #b49a7e;
--color-3: #d3b59c;
--color-4: #c1c7b3;
--color-5: #a7b3b9;
}

🌈 Earthy Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a09a8d, #b49a7e, #d3b59c, #c1c7b3, #a7b3b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a09a8d, #b49a7e, #d3b59c, #c1c7b3, #a7b3b9);
}

Earthy Serenity color palette created on .