Pending Storm カラーパレット

美しいPending Stormカラーパレットをご紹介します。eggplant (#5d3c4a), chestnut (#b75a4e), sandy brown (#f3ab5e), sahara sand (#f5e78e) and monte carlo (#76c6b7)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Bright, Dark, Earthy, Green, Modern, Orange, Red, Summer, Vibrant, Yellowカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Pending Storm カラーパレット CSS

/* CSS */
.color-1 {
color: #5d3c4a;
}
.color-2 {
color: #b75a4e;
}
.color-3 {
color: #f3ab5e;
}
.color-4 {
color: #f5e78e;
}
.color-5 {
color: #76c6b7;
}

/* CSS Variables */
:root {
--color-1: #5d3c4a;
--color-2: #b75a4e;
--color-3: #f3ab5e;
--color-4: #f5e78e;
--color-5: #76c6b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3c4a, #b75a4e, #f3ab5e, #f5e78e, #76c6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3c4a, #b75a4e, #f3ab5e, #f5e78e, #76c6b7);
}

Pending Stormカラーパレットはに作成されました。