Red Sunset カラーパレット

美しいRed Sunsetカラーパレットをご紹介します。red oxide (#750a00), stiletto (#9c2b2f), copperfield (#d6896b), mandys pink (#f6c9b6) and astra (#f9e3b3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #750a00;
}
.color-2 {
color: #9c2b2f;
}
.color-3 {
color: #d6896b;
}
.color-4 {
color: #f6c9b6;
}
.color-5 {
color: #f9e3b3;
}

/* CSS Variables */
:root {
--color-1: #750a00;
--color-2: #9c2b2f;
--color-3: #d6896b;
--color-4: #f6c9b6;
--color-5: #f9e3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #750a00, #9c2b2f, #d6896b, #f6c9b6, #f9e3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #750a00, #9c2b2f, #d6896b, #f6c9b6, #f9e3b3);
}

Red Sunsetカラーパレットはに作成されました。