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