Venomous Lure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Venomous Lure palette
Venomous Lure color palette CSS
/* CSS */
.color-1 {
color: #5c7000;
}
.color-2 {
color: #8c9900;
}
.color-3 {
color: #aec200;
}
.color-4 {
color: #d3d600;
}
.color-5 {
color: #f5e900;
}
/* CSS Variables */
:root {
--color-1: #5c7000;
--color-2: #8c9900;
--color-3: #aec200;
--color-4: #d3d600;
--color-5: #f5e900;
}
Venomous Lure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7000, #8c9900, #aec200, #d3d600, #f5e900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7000, #8c9900, #aec200, #d3d600, #f5e900);
}
Similar color palettes
Venomous Lure color palette created on .