Vibrant Red カラーパレット

美しいVibrant Redカラーパレットをご紹介します。pomegranate (#f5342e), tango (#f17c22), cream can (#f3c649), mantis (#69bf4a) and eucalyptus (#1e8f4d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Vibrant Redパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f5342e;
}
.color-2 {
color: #f17c22;
}
.color-3 {
color: #f3c649;
}
.color-4 {
color: #69bf4a;
}
.color-5 {
color: #1e8f4d;
}

/* CSS Variables */
:root {
--color-1: #f5342e;
--color-2: #f17c22;
--color-3: #f3c649;
--color-4: #69bf4a;
--color-5: #1e8f4d;
}

🌈 Vibrant Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5342e, #f17c22, #f3c649, #69bf4a, #1e8f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5342e, #f17c22, #f3c649, #69bf4a, #1e8f4d);
}

Vibrant Red color palette created on .