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