Florest Moth Color Palette

Discover the beautiful Florest Moth color palette featuring woodland (#43552f), asparagus (#83934e), pine glade (#b6c88c), raffia (#e9dfb4) and desert sand (#efbfb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Green, Muted, Neutral, Pastel, Soft, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Florest Moth palette

Share this palette to:

💻 Florest Moth color palette 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 background gradient 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 .