Queen of Greed Color Palette
Discover the beautiful Queen of Greed color palette featuring gold tips (#d9ad11), golden grass (#dbbc26), earls green (#c0c637), atlantis (#a3c841) and mantis (#6aca56).
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 Queen of Greed palette
💻 Queen of Greed color palette CSS
/* CSS */
.color-1 {
color: #d9ad11;
}
.color-2 {
color: #dbbc26;
}
.color-3 {
color: #c0c637;
}
.color-4 {
color: #a3c841;
}
.color-5 {
color: #6aca56;
}
/* CSS Variables */
:root {
--color-1: #d9ad11;
--color-2: #dbbc26;
--color-3: #c0c637;
--color-4: #a3c841;
--color-5: #6aca56;
} 🌈 Queen of Greed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9ad11, #dbbc26, #c0c637, #a3c841, #6aca56);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9ad11, #dbbc26, #c0c637, #a3c841, #6aca56);
} 🔗 Explore similar color palettes
Queen of Greed color palette created on .