Florest Moth カラーパレット

美しいFlorest Mothカラーパレットをご紹介します。woodland (#43552f), asparagus (#83934e), pine glade (#b6c88c), raffia (#e9dfb4) and desert sand (#efbfb3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Florest Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #43552f;
}
.color-2 {
color: #83934e;
}
.color-3 {
color: #b6c88c;
}
.color-4 {
color: #e9dfb4;
}
.color-5 {
color: #efbfb3;
}

/* CSS Variables */
:root {
--color-1: #43552f;
--color-2: #83934e;
--color-3: #b6c88c;
--color-4: #e9dfb4;
--color-5: #efbfb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #43552f, #83934e, #b6c88c, #e9dfb4, #efbfb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #43552f, #83934e, #b6c88c, #e9dfb4, #efbfb3);
}

Florest Moth color palette created on .