Green Queen Color Palette
Discover the beautiful Green Queen color palette featuring fruit salad (#5b9c49), feijoa (#a3d373), wild rice (#e2e88d), supernova (#f5c400) and blush (#b84c70).
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 Queen palette
💻 Green Queen color palette CSS
/* CSS */
.color-1 {
color: #5b9c49;
}
.color-2 {
color: #a3d373;
}
.color-3 {
color: #e2e88d;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #b84c70;
}
/* CSS Variables */
:root {
--color-1: #5b9c49;
--color-2: #a3d373;
--color-3: #e2e88d;
--color-4: #f5c400;
--color-5: #b84c70;
} 🌈 Green Queen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9c49, #a3d373, #e2e88d, #f5c400, #b84c70);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9c49, #a3d373, #e2e88d, #f5c400, #b84c70);
} 🔗 Explore similar color palettes
Green Queen color palette created on .