Florest Moth Color Palette
Discover the beautiful Florest Moth color palette featuring kelp (#434f36), avocado (#7c865a), swamp green (#b3be98), bone (#e0d9bd) and cavern pink (#e4c6be).
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: #434f36;
}
.color-2 {
color: #7c865a;
}
.color-3 {
color: #b3be98;
}
.color-4 {
color: #e0d9bd;
}
.color-5 {
color: #e4c6be;
}
/* CSS Variables */
:root {
--color-1: #434f36;
--color-2: #7c865a;
--color-3: #b3be98;
--color-4: #e0d9bd;
--color-5: #e4c6be;
} 🌈 Florest Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #434f36, #7c865a, #b3be98, #e0d9bd, #e4c6be);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #434f36, #7c865a, #b3be98, #e0d9bd, #e4c6be);
} 🔗 Explore similar color palettes
Florest Moth color palette created on .