Burning Spice Cookie カラーパレット

美しいBurning Spice Cookieカラーパレットをご紹介します。mojo (#c65e3f), raw sienna (#d78a47), porsche (#e6b85c), cream can (#f4d15d) and marzipan (#f8e19b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Burning Spice Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #c65e3f;
}
.color-2 {
color: #d78a47;
}
.color-3 {
color: #e6b85c;
}
.color-4 {
color: #f4d15d;
}
.color-5 {
color: #f8e19b;
}

/* CSS Variables */
:root {
--color-1: #c65e3f;
--color-2: #d78a47;
--color-3: #e6b85c;
--color-4: #f4d15d;
--color-5: #f8e19b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65e3f, #d78a47, #e6b85c, #f4d15d, #f8e19b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65e3f, #d78a47, #e6b85c, #f4d15d, #f8e19b);
}

Burning Spice Cookie color palette created on .