Queen of Greed Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Queen of Greed palette
Queen of Greed color palette CSS
/* CSS */
.color-1 {
color: #d9ae12;
}
.color-2 {
color: #dbbd24;
}
.color-3 {
color: #c1c837;
}
.color-4 {
color: #a4c841;
}
.color-5 {
color: #68c954;
}
/* CSS Variables */
:root {
--color-1: #d9ae12;
--color-2: #dbbd24;
--color-3: #c1c837;
--color-4: #a4c841;
--color-5: #68c954;
}
Queen of Greed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9ae12, #dbbd24, #c1c837, #a4c841, #68c954);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9ae12, #dbbd24, #c1c837, #a4c841, #68c954);
}
Similar color palettes
Queen of Greed color palette created on .