Sad Grunge Forest カラーパレット

美しいSad Grunge Forestカラーパレットをご紹介します。olive drab (#6b8f24), nandor (#4c5d4e), rangitoto (#3b402b), mine shaft (#2e2e2e) and silver chalice (#b0b0b0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sad Grunge Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4c5d4e;
}
.color-3 {
color: #3b402b;
}
.color-4 {
color: #2e2e2e;
}
.color-5 {
color: #b0b0b0;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4c5d4e;
--color-3: #3b402b;
--color-4: #2e2e2e;
--color-5: #b0b0b0;
}

🌈 Sad Grunge Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4c5d4e, #3b402b, #2e2e2e, #b0b0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4c5d4e, #3b402b, #2e2e2e, #b0b0b0);
}

Sad Grunge Forest color palette created on .