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