Emerald Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Garden palette
Emerald Garden color palette CSS
/* CSS */
.color-1 {
color: #1b5a29;
}
.color-2 {
color: #3cbe49;
}
.color-3 {
color: #50dc6c;
}
.color-4 {
color: #a3e6b3;
}
.color-5 {
color: #d7f9e7;
}
/* CSS Variables */
:root {
--color-1: #1b5a29;
--color-2: #3cbe49;
--color-3: #50dc6c;
--color-4: #a3e6b3;
--color-5: #d7f9e7;
}
Emerald Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b5a29, #3cbe49, #50dc6c, #a3e6b3, #d7f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b5a29, #3cbe49, #50dc6c, #a3e6b3, #d7f9e7);
}
Similar color palettes
Emerald Garden color palette created on .