Green Cannabis Color Palette
Discover the beautiful Green Cannabis color palette featuring mantis (#7fbc6c), granny smith apple (#9ddc98), celadon (#b5e3b5), gossip (#e0f7a1) and texas (#f8f9a9).
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 Green Cannabis palette
💻 Green Cannabis color palette CSS
/* CSS */
.color-1 {
color: #7fbc6c;
}
.color-2 {
color: #9ddc98;
}
.color-3 {
color: #b5e3b5;
}
.color-4 {
color: #e0f7a1;
}
.color-5 {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--color-1: #7fbc6c;
--color-2: #9ddc98;
--color-3: #b5e3b5;
--color-4: #e0f7a1;
--color-5: #f8f9a9;
} 🌈 Green Cannabis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fbc6c, #9ddc98, #b5e3b5, #e0f7a1, #f8f9a9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fbc6c, #9ddc98, #b5e3b5, #e0f7a1, #f8f9a9);
} 🔗 Explore similar color palettes
Green Cannabis color palette created on .