Dusty Rose カラーパレット

美しいDusty Roseカラーパレットをご紹介します。strikemaster (#8c5a7f), bouquet (#a77b9d), careys pink (#d1a8b8), beauty bush (#f1c6d4) and vanilla ice (#f4e1e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dusty Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #8c5a7f;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #d1a8b8;
}
.color-4 {
color: #f1c6d4;
}
.color-5 {
color: #f4e1e8;
}

/* CSS Variables */
:root {
--color-1: #8c5a7f;
--color-2: #a77b9d;
--color-3: #d1a8b8;
--color-4: #f1c6d4;
--color-5: #f4e1e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a7f, #a77b9d, #d1a8b8, #f1c6d4, #f4e1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a7f, #a77b9d, #d1a8b8, #f1c6d4, #f4e1e8);
}

Dusty Rose color palette created on .