Shades of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #00a851;
}
.color-2 {
color: #4edaa9;
}
.color-3 {
color: #a6e8b4;
}
.color-4 {
color: #f1f9d2;
}
.color-5 {
color: #ffb700;
}
/* CSS Variables */
:root {
--color-1: #00a851;
--color-2: #4edaa9;
--color-3: #a6e8b4;
--color-4: #f1f9d2;
--color-5: #ffb700;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a851, #4edaa9, #a6e8b4, #f1f9d2, #ffb700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a851, #4edaa9, #a6e8b4, #f1f9d2, #ffb700);
}
Similar color palettes
Shades of Green color palette created on .