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