Green Lizard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Lizard palette
Green Lizard color palette CSS
/* CSS */
.color-1 {
color: #5bbe66;
}
.color-2 {
color: #a4d6a4;
}
.color-3 {
color: #f5eab8;
}
.color-4 {
color: #f7c8a6;
}
.color-5 {
color: #d9753f;
}
/* CSS Variables */
:root {
--color-1: #5bbe66;
--color-2: #a4d6a4;
--color-3: #f5eab8;
--color-4: #f7c8a6;
--color-5: #d9753f;
}
Green Lizard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bbe66, #a4d6a4, #f5eab8, #f7c8a6, #d9753f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bbe66, #a4d6a4, #f5eab8, #f7c8a6, #d9753f);
}
Similar color palettes
Green Lizard color palette created on .