Soft Industrial Weave カラーパレット

美しいSoft Industrial Weaveカラーパレットをご紹介します。pavlova (#d7c3a2), edward (#a7b9b1), gum leaf (#b9d4c2), mandys pink (#f1b8a2) and oriental pink (#c3888c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Soft Industrial Weave カラーパレット CSS

/* CSS */
.color-1 {
color: #d7c3a2;
}
.color-2 {
color: #a7b9b1;
}
.color-3 {
color: #b9d4c2;
}
.color-4 {
color: #f1b8a2;
}
.color-5 {
color: #c3888c;
}

/* CSS Variables */
:root {
--color-1: #d7c3a2;
--color-2: #a7b9b1;
--color-3: #b9d4c2;
--color-4: #f1b8a2;
--color-5: #c3888c;
}

🌈 Soft Industrial Weave の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c3a2, #a7b9b1, #b9d4c2, #f1b8a2, #c3888c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c3a2, #a7b9b1, #b9d4c2, #f1b8a2, #c3888c);
}

Soft Industrial Weave color palette created on .