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