Florest Moth Color Palette

Discover the beautiful Florest Moth color palette featuring hemlock (#525237), clay creek (#8f8659), coral reef (#bfbd97), stark white (#e3d8bd) and rose fog (#e7c8be).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Cream, Dark, Earthy, Gray, Green, Muted, 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: #525237;
}
.color-2 {
color: #8f8659;
}
.color-3 {
color: #bfbd97;
}
.color-4 {
color: #e3d8bd;
}
.color-5 {
color: #e7c8be;
}

/* CSS Variables */
:root {
--color-1: #525237;
--color-2: #8f8659;
--color-3: #bfbd97;
--color-4: #e3d8bd;
--color-5: #e7c8be;
}

🌈 Florest Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #525237, #8f8659, #bfbd97, #e3d8bd, #e7c8be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #525237, #8f8659, #bfbd97, #e3d8bd, #e7c8be);
}

Florest Moth color palette created on .