Dendro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dendro palette
Dendro color palette PNG image
Dendro color palette CSS
/* CSS */
.color-1 {
color: #78bc24;
}
.color-2 {
color: #2caf4d;
}
.color-3 {
color: #23955c;
}
.color-4 {
color: #146c53;
}
.color-5 {
color: #0d4e47;
}
/* CSS Variables */
:root {
--color-1: #78bc24;
--color-2: #2caf4d;
--color-3: #23955c;
--color-4: #146c53;
--color-5: #0d4e47;
}
Dendro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78bc24, #2caf4d, #23955c, #146c53, #0d4e47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78bc24, #2caf4d, #23955c, #146c53, #0d4e47);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Dendro color palette created on .