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