Rose Wine カラーパレット

美しいRose Wineカラーパレットをご紹介します。charm (#d07c92), oriental pink (#c58c94), dusty gray (#b59baa), azalea (#f2c0ce) and sunglo (#e57b7b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rose Wine カラーパレット CSS

/* CSS */
.color-1 {
color: #d07c92;
}
.color-2 {
color: #c58c94;
}
.color-3 {
color: #b59baa;
}
.color-4 {
color: #f2c0ce;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #d07c92;
--color-2: #c58c94;
--color-3: #b59baa;
--color-4: #f2c0ce;
--color-5: #e57b7b;
}

🌈 Rose Wine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07c92, #c58c94, #b59baa, #f2c0ce, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07c92, #c58c94, #b59baa, #f2c0ce, #e57b7b);
}

Rose Wine color palette created on .