Shades of Green and Red カラーパレット

美しいShades of Green and Redカラーパレットをご紹介します。fruit salad (#4cae4f), outrageous orange (#ff5833), amber (#ffc300), monza (#c70038) and rose bud cherry (#920c3f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Green and Red カラーパレット CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #c70038;
}
.color-5 {
color: #920c3f;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #ff5833;
--color-3: #ffc300;
--color-4: #c70038;
--color-5: #920c3f;
}

🌈 Shades of Green and Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #ff5833, #ffc300, #c70038, #920c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #ff5833, #ffc300, #c70038, #920c3f);
}

Shades of Green and Red color palette created on .