Florest Moth Color Palette
Discover the beautiful Florest Moth color palette featuring log cabin (#293123), kelp (#4b543a), willow grove (#687359), bandicoot (#86836e) and opium (#8a716f).
Brightness
Saturation
Warmth
💡 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
💻 Florest Moth color palette CSS
/* CSS */
.color-1 {
color: #293123;
}
.color-2 {
color: #4b543a;
}
.color-3 {
color: #687359;
}
.color-4 {
color: #86836e;
}
.color-5 {
color: #8a716f;
}
/* CSS Variables */
:root {
--color-1: #293123;
--color-2: #4b543a;
--color-3: #687359;
--color-4: #86836e;
--color-5: #8a716f;
} 🌈 Florest Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #293123, #4b543a, #687359, #86836e, #8a716f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #293123, #4b543a, #687359, #86836e, #8a716f);
} 🔗 Explore similar color palettes
Florest Moth color palette created on .