Aggressive カラーパレット

美しいAggressiveカラーパレットをご紹介します。outrageous orange (#ff5833), monza (#ca023b), rose bud cherry (#910d40), wine berry (#5c1947) and cod gray (#1f1e1e)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Orange, Red, Burgundy, Maroon, Black, Earthy, Warm, Modernカラーパレットと組み合わせ。

💡 できること

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 .