Hippie Dream Color Palette
Discover the beautiful Hippie Dream color palette featuring hippie green (#54824a), aqua forest (#6eaa6e), moss green (#a9d9a1), chrome white (#e6f1d5) and astra (#f9ebae).
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 Hippie Dream palette
💻 Hippie Dream color palette CSS
/* CSS */
.color-1 {
color: #54824a;
}
.color-2 {
color: #6eaa6e;
}
.color-3 {
color: #a9d9a1;
}
.color-4 {
color: #e6f1d5;
}
.color-5 {
color: #f9ebae;
}
/* CSS Variables */
:root {
--color-1: #54824a;
--color-2: #6eaa6e;
--color-3: #a9d9a1;
--color-4: #e6f1d5;
--color-5: #f9ebae;
}
🌈 Hippie Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #54824a, #6eaa6e, #a9d9a1, #e6f1d5, #f9ebae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #54824a, #6eaa6e, #a9d9a1, #e6f1d5, #f9ebae);
}
🔗 Explore similar color palettes
Hippie Dream color palette created on .