Fire カラーパレット

美しいFireカラーパレットをご紹介します。fire bush (#e38539), anzac (#e4a246), porsche (#e8b55d), rob roy (#ebc671) and chalky (#efd791)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Fire カラーパレット CSS

/* CSS */
.color-1 {
color: #e38539;
}
.color-2 {
color: #e4a246;
}
.color-3 {
color: #e8b55d;
}
.color-4 {
color: #ebc671;
}
.color-5 {
color: #efd791;
}

/* CSS Variables */
:root {
--color-1: #e38539;
--color-2: #e4a246;
--color-3: #e8b55d;
--color-4: #ebc671;
--color-5: #efd791;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e38539, #e4a246, #e8b55d, #ebc671, #efd791);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e38539, #e4a246, #e8b55d, #ebc671, #efd791);
}

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