Shades of Brown カラーパレット

美しいShades of Brownカラーパレットをご紹介します。quarter spanish white (#f8f1e2), bone (#e1d5c1), vanilla (#d2b4a3), brandy rose (#c18e85) and coral tree (#a65e66)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Brownパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f1e2;
}
.color-2 {
color: #e1d5c1;
}
.color-3 {
color: #d2b4a3;
}
.color-4 {
color: #c18e85;
}
.color-5 {
color: #a65e66;
}

/* CSS Variables */
:root {
--color-1: #f8f1e2;
--color-2: #e1d5c1;
--color-3: #d2b4a3;
--color-4: #c18e85;
--color-5: #a65e66;
}

🌈 Shades of Brown の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f1e2, #e1d5c1, #d2b4a3, #c18e85, #a65e66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f1e2, #e1d5c1, #d2b4a3, #c18e85, #a65e66);
}

Shades of Brown color palette created on .