Shades of Red カラーパレット

美しいShades of Redカラーパレットをご紹介します。wine berry (#631d27), lotus (#783a3e), au chico (#9f6060), whiskey (#d18b6b) and mandys pink (#f1b4a2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #631d27;
}
.color-2 {
color: #783a3e;
}
.color-3 {
color: #9f6060;
}
.color-4 {
color: #d18b6b;
}
.color-5 {
color: #f1b4a2;
}

/* CSS Variables */
:root {
--color-1: #631d27;
--color-2: #783a3e;
--color-3: #9f6060;
--color-4: #d18b6b;
--color-5: #f1b4a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #631d27, #783a3e, #9f6060, #d18b6b, #f1b4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #631d27, #783a3e, #9f6060, #d18b6b, #f1b4a2);
}

Shades of Red color palette created on .