Farewell Colors カラーパレット

美しいFarewell Colorsカラーパレットをご紹介します。maize (#f6d8a7), sandy brown (#f2b55a), tulip tree (#e8a83b), brandy punch (#d77f2d) and paarl (#9c4d2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Farewell Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d8a7;
}
.color-2 {
color: #f2b55a;
}
.color-3 {
color: #e8a83b;
}
.color-4 {
color: #d77f2d;
}
.color-5 {
color: #9c4d2b;
}

/* CSS Variables */
:root {
--color-1: #f6d8a7;
--color-2: #f2b55a;
--color-3: #e8a83b;
--color-4: #d77f2d;
--color-5: #9c4d2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8a7, #f2b55a, #e8a83b, #d77f2d, #9c4d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8a7, #f2b55a, #e8a83b, #d77f2d, #9c4d2b);
}

Farewell Colors color palette created on .