Dusty Rose カラーパレット
美しいDusty Roseカラーパレットをご紹介します。bazaar (#9b6f7d), shilo (#e3a5a7), mandys pink (#f4c3c3), linen (#f9e2d7) and manhattan (#f6b4a7)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Dusty Roseパレットを使った美しいUIコンポーネントを探索
💻 Dusty Rose カラーパレット CSS
/* CSS */
.color-1 {
color: #9b6f7d;
}
.color-2 {
color: #e3a5a7;
}
.color-3 {
color: #f4c3c3;
}
.color-4 {
color: #f9e2d7;
}
.color-5 {
color: #f6b4a7;
}
/* CSS Variables */
:root {
--color-1: #9b6f7d;
--color-2: #e3a5a7;
--color-3: #f4c3c3;
--color-4: #f9e2d7;
--color-5: #f6b4a7;
}
🌈 Dusty Rose の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b6f7d, #e3a5a7, #f4c3c3, #f9e2d7, #f6b4a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b6f7d, #e3a5a7, #f4c3c3, #f9e2d7, #f6b4a7);
}
🔗 似たようなカラーパレットを探索
Dusty Rose color palette created on .