Pumpkin Spice カラーパレット

美しいPumpkin Spiceカラーパレットをご紹介します。crusta (#ff7e2e), neon carrot (#ff9b3d), koromiko (#ffb65c), grandis (#ffd88f) and buttermilk (#fff4b3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Pumpkin Spice カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffd88f;
}
.color-5 {
color: #fff4b3;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ff9b3d;
--color-3: #ffb65c;
--color-4: #ffd88f;
--color-5: #fff4b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ff9b3d, #ffb65c, #ffd88f, #fff4b3);
}

Pumpkin Spice color palette created on .