Brown Stasis カラーパレット

美しいBrown Stasisカラーパレットをご紹介します。cashmere (#e7c39c), tumbleweed (#d7b27f), twine (#c49b5f), yellow metal (#7a6b43) and akaroa (#d6c7a9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Brown Stasis カラーパレット CSS

/* CSS */
.color-1 {
color: #e7c39c;
}
.color-2 {
color: #d7b27f;
}
.color-3 {
color: #c49b5f;
}
.color-4 {
color: #7a6b43;
}
.color-5 {
color: #d6c7a9;
}

/* CSS Variables */
:root {
--color-1: #e7c39c;
--color-2: #d7b27f;
--color-3: #c49b5f;
--color-4: #7a6b43;
--color-5: #d6c7a9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c39c, #d7b27f, #c49b5f, #7a6b43, #d6c7a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c39c, #d7b27f, #c49b5f, #7a6b43, #d6c7a9);
}

Brown Stasis color palette created on .