Gentle Green Vocabulary Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Green Vocabulary Garden palette
Gentle Green Vocabulary Garden color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #85c1b1;
}
.color-3 {
color: #6eaa8c;
}
.color-4 {
color: #4b8b7e;
}
.color-5 {
color: #3c6d5b;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #85c1b1;
--color-3: #6eaa8c;
--color-4: #4b8b7e;
--color-5: #3c6d5b;
}
Gentle Green Vocabulary Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #85c1b1, #6eaa8c, #4b8b7e, #3c6d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #85c1b1, #6eaa8c, #4b8b7e, #3c6d5b);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Gentle Green Vocabulary Garden color palette created on .