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