美しいShades of Red and Greenカラーパレットをご紹介します。carnation (#f25c54), orange peel (#faa200), yellow green (#b2e269), persian green (#00b3aa) and blue stone (#005c70)で構成されています。

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

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Shades of Red and Greenパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

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

/* CSS */
.color-1 {
color: #f25c54;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #b2e269;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #005c70;
}

/* CSS Variables */
:root {
--color-1: #f25c54;
--color-2: #faa200;
--color-3: #b2e269;
--color-4: #00b3aa;
--color-5: #005c70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25c54, #faa200, #b2e269, #00b3aa, #005c70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25c54, #faa200, #b2e269, #00b3aa, #005c70);
}

Shades of Red and Green color palette created on .