Forest Hippie Flagger Color Palette
Discover the beautiful Forest Hippie Flagger color palette featuring fruit salad (#4c9e5b), silver tree (#69bf8a), vista blue (#8fd1a7), celadon (#b7e6b8) and frost (#eff9e7).
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 Forest Hippie Flagger palette
💻 Forest Hippie Flagger color palette CSS
/* CSS */
.color-1 {
color: #4c9e5b;
}
.color-2 {
color: #69bf8a;
}
.color-3 {
color: #8fd1a7;
}
.color-4 {
color: #b7e6b8;
}
.color-5 {
color: #eff9e7;
}
/* CSS Variables */
:root {
--color-1: #4c9e5b;
--color-2: #69bf8a;
--color-3: #8fd1a7;
--color-4: #b7e6b8;
--color-5: #eff9e7;
}
🌈 Forest Hippie Flagger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9e5b, #69bf8a, #8fd1a7, #b7e6b8, #eff9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9e5b, #69bf8a, #8fd1a7, #b7e6b8, #eff9e7);
}
🔗 Explore similar color palettes
Forest Hippie Flagger color palette created on .