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: #a4daa4;
}
.color-2 {
color: #e0e6b3;
}
.color-3 {
color: #f9e89f;
}
.color-4 {
color: #f2a8a1;
}
.color-5 {
color: #c88dbe;
}
/* CSS Variables */
:root {
--color-1: #a4daa4;
--color-2: #e0e6b3;
--color-3: #f9e89f;
--color-4: #f2a8a1;
--color-5: #c88dbe;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daa4, #e0e6b3, #f9e89f, #f2a8a1, #c88dbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daa4, #e0e6b3, #f9e89f, #f2a8a1, #c88dbe);
}
Similar color palettes
Shades of Green color palette created on .