Forgotten Fortress カラーパレット

美しいForgotten Fortressカラーパレットをご紹介します。kelp (#4d5042), bandicoot (#82846f), delta (#a4a496), tide (#b7b5ab) and celeste (#ced1c9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forgotten Fortress カラーパレット CSS

/* CSS */
.color-1 {
color: #4d5042;
}
.color-2 {
color: #82846f;
}
.color-3 {
color: #a4a496;
}
.color-4 {
color: #b7b5ab;
}
.color-5 {
color: #ced1c9;
}

/* CSS Variables */
:root {
--color-1: #4d5042;
--color-2: #82846f;
--color-3: #a4a496;
--color-4: #b7b5ab;
--color-5: #ced1c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5042, #82846f, #a4a496, #b7b5ab, #ced1c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5042, #82846f, #a4a496, #b7b5ab, #ced1c9);
}

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