Green Succulent Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Succulent palette
Download Green Succulent Color Palette (PNG)
Green Succulent color palette CSS
/* CSS */
.color-1 {
color: #b3d7b2;
}
.color-2 {
color: #a1c4a7;
}
.color-3 {
color: #87af4b;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #4c703e;
}
/* CSS Variables */
:root {
--color-1: #b3d7b2;
--color-2: #a1c4a7;
--color-3: #87af4b;
--color-4: #6b8f24;
--color-5: #4c703e;
}
Green Succulent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d7b2, #a1c4a7, #87af4b, #6b8f24, #4c703e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d7b2, #a1c4a7, #87af4b, #6b8f24, #4c703e);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Green Succulent color palette created on .