Dusty カラーパレット

美しいDustyカラーパレットをご紹介します。del rio (#a78b8c), thatch (#c19fa1), pink flare (#e2c5c7), dawn pink (#f1e4e4) and clam shell (#d5afb3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dusty カラーパレット CSS

/* CSS */
.color-1 {
color: #a78b8c;
}
.color-2 {
color: #c19fa1;
}
.color-3 {
color: #e2c5c7;
}
.color-4 {
color: #f1e4e4;
}
.color-5 {
color: #d5afb3;
}

/* CSS Variables */
:root {
--color-1: #a78b8c;
--color-2: #c19fa1;
--color-3: #e2c5c7;
--color-4: #f1e4e4;
--color-5: #d5afb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a78b8c, #c19fa1, #e2c5c7, #f1e4e4, #d5afb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a78b8c, #c19fa1, #e2c5c7, #f1e4e4, #d5afb3);
}

Dusty color palette created on .