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