美しいBlushing Sunsetカラーパレットをご紹介します。wax flower (#ffb69e), bittersweet (#ff6e61), sunset orange (#ff513d), cabaret (#d84f6d) and well read (#a62b4a)で構成されています。

Blushing Sunset カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

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

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

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

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

UI例

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

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

💻 Blushing Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb69e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #d84f6d;
}
.color-5 {
color: #a62b4a;
}

/* CSS Variables */
:root {
--color-1: #ffb69e;
--color-2: #ff6e61;
--color-3: #ff513d;
--color-4: #d84f6d;
--color-5: #a62b4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb69e, #ff6e61, #ff513d, #d84f6d, #a62b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb69e, #ff6e61, #ff513d, #d84f6d, #a62b4a);
}

Blushing Sunset color palette created on .